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;
}

@media only screen and (min-width: 600px) {
body {
    background-color:#A9C9A5;
    margin: 0px;
    height: 1000px;
}

 .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 {
      height: 80%;
      width: 50%;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
  }

  h1{
      font-size: 50px;
      font-family: Arial;
      margin-top: 0px;
      margin-left: 10%;
  }

  p {
    font-size: 25px;
    font-family: Arial;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 27px;
    margin-bottom: 37px;
  }