body {
    margin-right: auto;
    margin-left: auto;
    /* width: 800px; */
    background-color:rgb(250, 245, 245);
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
  }
  
  #title {
    text-align: center;
    width: 800px;
  }
  
  #logo {
    border: 0px solid transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 7%;
  }
  
  #navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(232, 164, 152);
    text-align: center;
  }
  
  #navbar li {
    display: inline-block;
    float: none;
  }
  
  #navbar a {
    display: inline-block; /* responsive reasons */
    transition: all 0.3s ease;
    color:rgb(0, 0, 0);
    padding: 14px 20px;
    text-decoration: none; /* remove underline from links */
    font-size: 14px;
  }
  
  #navbar a:hover {
    background-color: rgb(234, 178, 164);
    color: rgb(0, 0, 0);
  }
  
  h1 {
    font-size:32px;
    font-family: Garamond, serif; 
    color:rgb(0, 0, 0);
   }
  
  h3 {
    font-size:18px;
    font-family: Garamond, serif;
    color:rgb(0, 0, 0);
  }
  
  h5 {
    font-size:14px;
    font-family: Garamond, serif;
    color:rgb(130, 130, 130);
  }
  
  p {
    font-size:14px;
    color:rgb(0, 0, 0);
  }
  
  p a {
    font-size:14px;
    color: rgb(160, 124, 116);
    text-decoration: none;
  }
  
  #slogan {
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    padding: 25px;
    box-sizing: border-box;
    width: 800px;
  }
  
  #post {
    border: 15px solid transparent;
    border-radius: 8px;
    margin-bottom: 75px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    padding: 25px;
    box-sizing: border-box;
  
    background-color: rgb(250, 225, 221);
    opacity: .7;
  
    font-size:18px;
    font-family: Garamond, serif;
    color:rgb(87, 85, 85);
  }
  
  #links {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
  }

  div.scroll-wrapper {
    background-color: rgb(250, 225, 221);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px;
  }

  div.scroll-container {
    width: 1550px;
  }

  #gif {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    float: left;

    width: 15%;
    height: 500px;
    border-radius: 20px;
  }
  
  li {
    display: inline-block;
  }
  