*{
    margin: 0;
    padding:0;
  }
  
  header{
    background-color: #F76060;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    display:flex;
    align-items: left;
  }
    
  img{
    max-width: 50px;
    max-height: 50px;
    margin-top: 50px;
    margin-left: 27px;
  }
  
  nav{
    display: inline-block;
    width: calc(100% - 170px);
    margin-top: 65px;
  }
  
  ul.navigation{
    display: flex;
    justify-content: space-evenly;
    height: 18px;
  }
  
  ul.navigation li{
    list-style: none;
    text-decoration: no;
    font-family: sans-serif;
    color: white;
    font-weight: bold;
  
  }
    
  footer{
      background: darkgrey;
      width: 100%;
      height: 300px;
      text-align: center;
      color: white;
   }
  
  
  main{
   
    background-color: #d3d3d3;
    display: flex;
    flex-direction: row;
  }
  
  #LeftSection{
    width: 70%;
    margin: 27px;
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    margin-bottom: 50px;
    height: 76vh;
  }
  
  #RightSection{
    width: 30%;
    margin: 27px;
    background-color: white;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px ;
   
  
  }
  
  .TopBox {
    margin: 12px;
    display: block;
    height: 25%;
  }
  .TopBox1 {
    margin: 12px;
    display: block;
    height: 50px;
  }
 
  
  .BottomBox {
    margin: 12px;
    display: block;
    height: 85%;
  }
  
  article h4{
    font-size: 16px;
    font-family: sans-serif;
    line-height: 24px;
  }
  
  p{
    font-size: 12px;
    font-family: sans-serif;
    line-height: 18px;
  }
  
  