body {
    background-image: url(floral.png);
    font-family: sans-serif;
    padding: 20px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  h2{
    text-align: center;
  }
  
  .by {
    font-style: italic;
    text-align: center;
  }
  
  .menu {
    width: 80%;
    background-color: #EFDFBB;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 500px;
  }

  ul{
    list-style-type: '🔗';
    
  }

  ul > li{
    padding-bottom: 10px;
  }
  
  hr {
    height: 2px;
    background-color: #A59C7D;
    border-color: #A59C7D;
  }
  
  .bottom-line {
    margin-top: 25px;
  }
  
  h1, h2 {
    font-family: 'Times New Roman', Times, serif;
  }
  
  footer {
    font-size: 14px;
    text-align: center;
  }
  
  .address {
    margin-bottom: 5px;
  }
  
  a {
    color: black;
    text-decoration: none;
  }
  
  a:visited {
    color: black;
  }
  
  a:hover {
    color: brown;
    font-weight: bold;
  }
  
  a:active {
    color: brown;
    font-weight: bold;
    background-color: #A59C7D;
  }