
body {
    margin: 0 auto;
    max-width: 60em;
    background-image: url(backgrounds/ss220.gif);
    font-family: 'Times New Roman', Times, serif;
    color: darkslategrey;
    padding-top: 5em;
  }
  #facts {
    list-style-type: disc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}



  .box-1{ 
    margin: auto;
    background-color: aliceblue;
    border: 5px midnightblue solid;
    border-right-width: 5px;
    border-bottom-width: 5px;
    padding: 5px;
    border-radius: 15px;
    max-width: fit-content;
    margin-top: 25px;
  }
  .box-2{
    margin: auto;
    background-color: snow;
    border: 5px midnightblue solid;
    border-right-width: 5px;
    border-bottom-width: 5px;
    padding: 5px;
    border-radius: 15px;
    max-width: fit-content;
  }
  .box-3{
    margin: auto;
    background-color: aliceblue;
    border: 5px midnightblue solid;
    border-right-width: 5px;
    border-bottom-width: 5px;
    padding: 0px;
    border-radius: 15px;
    width: 167px;
    margin-top: 25px;
    margin-right: 4px;
    max-width: 8ems;
    
  }
  .box-4{
    margin: auto;
    background-color: snow;
    border: 5px midnightblue solid;
    border-right-width: 5px;
    border-bottom-width: 5px;
    padding: 5px;
    border-radius: 15px;
    max-width: 500px;
  }
  #fruit {
    float: left;
    width: 30%;
    
  }
  
  #songcat {
    float: right;
    width: 30%;
  }
  #songcat {
        object-fit: contain
  }
  #me {
    padding-left: 20px;
    padding-right: 7px;
  }
  #AC {
     width:120px;
    height:20px;
    }
  #dykesonly {
     width:120px;
    height:20px;
    }
  
  
  .box-1 {
    float: right;
    width: 75%;
  }
  .box-3 {
    float: left;
    width: 19%;
  }
  
 
  #rooms {
    text-align: center;
  }
  body {
    margin: 0 auto;
    max-width: 55em;
    background-color: lightyellow;
}
body {
  line-height: 1.5;
  padding: 1em 1em;
}
 a {
    text-decoration: underline;
    color: darkslategrey;
 }
  a:hover {
    color: indianred;
 }
 .button-wall{
    float: left;
    width: 15%;
    position: relative; top: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    border: 5px solid midnightblue;
    background-color: aliceblue;
    border-radius: 15px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    max-width: 20em;
    width: 167px;
}
 
