body {
  background-color: white;
  }
  
  .TopDropdown{
      width: fit-content;
      margin-right: 50px;
      font-size: 50px;
      font-family: 'Segoe UI';
      color: black;
  }
  
  .TopDropdownContent, .Empty, .Home, .List, .AboutMe{
    display: none;
    color: black;
    text-decoration: none;
  } 
  
  .TopDropdown:hover .TopDropdownContent{
      display: block;
  }
  
  .Sidebar {
      display: none;
  }

  iframe {
    margin: none;
  }
  
  @media only screen and (min-width: 600px) {
  body {
      background-color:#A9C9A5;
      margin: 0px;
      height: 100%;
  }
  
   .TopDropdown{
       display: none;
   }
      
   .Topbar { 
      height: 100px; 
      width: 100%; 
      margin: 0px;
      background-color: white; 
      position: relative;
   } 
  
   .Empty {
       height: 10px;
       width: 150px;
   }
  
   .Empty, .Home, .List, .AboutMe {
      float: left;
      margin-right: 50px;
      font-size: 50px;
      font-family: 'Segoe UI';
      color: black;
      text-decoration: none;
      display: block;
    
  }
  
    .Main {
        width: 100%;
        height: 100%;
        float: left;
    }
  
    .Sidebar {
        display: block;
        height: 100%;
        width: 12.5%;
        margin-top: 0px;
        float: left;
        background-color: white; 
    }
  
    .Search, .Random{
      cursor: pointer;
      margin-top: 20px;
      margin-left: 20px;
      margin-bottom: 10px;
      font-size: 20px;
      font-family: 'Segoe UI';
      background-color: white;
    }

    .Text {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
    }
  }
  .Text {
      height: fit-content;
      width: 50%;
      margin-top: 0px;
      background-color: white;
      margin: none;
  }

  h1 {
    font-size: 50px;
    font-family: Arial;
    margin-top: 0px;
    margin-left: 10%;
  }

  h2 {
    font-size: 35px;
    font-family: Arial;
    margin-left: 10%;
    margin-top: 27px;
    margin-bottom: 37px;
  }

  p {
    font-size: 25px;
    font-family: Arial;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 27px;
    margin-bottom: 37px;
  }

  .Link {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-family: Arial;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 27px;
    margin-bottom: 37px;
  }

  iframe {
    margin-left: 10%;
    margin-top: 27px;
    margin-bottom: 37px;
  }