  body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
    background-color: wheat;
}   

  #top {
    text-align:center; 
} 

  #logo{
      color: black;
      display: inline-block; 
      font-size: 34px;
      font-weight: 400px;
      padding: 5px;
      margin-top: 15px;  
      margin-bottom: 7px; 

  }
  #logo-name {
     color: rgb(0, 0, 0);
     font-family: initial;
     display: inline; 
     font-size: 34px;
     font-weight: 300px;
     margin: 8px;
     margin-top: 20px;
  }
  
  #image {
    text-align: center;
    resize: both;
  }

  #navigation :hover {
    font-size: 300px;
    font-weight: 500px;

  }

  #main {
    width: 800px;
    margin: auto;
    text-align: left;
  }

  #footer  {
    text-align: center;
    padding: 18px;
    font-size: 10px;
    color: grey;
    font-weight: 10px;
  }

  #footer :hover {
    color: black;
    font-size: 20px;
    font-weight: 20px;
  }
