body {
    background: url(background.jpg) ;
    font-family: sans-serif;
    padding: 20px;
  }
  
  h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  h2 {
    font-size: 30px;
    font-family: 'Yellowtail', cursive;
  }
  
  .established {
    font-style: italic;
  }
  
  h1, h2, p {
    text-align: center;
  }
  
  .menu {
    width: 80%;
    background-color: #030300;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 500px;
    color:aliceblue;
    box-shadow: 0 0 20px 0 rgba(90, 86, 86, 0.8);
    border-radius: 8%;
  }
  
  img {
    display: block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #eef5ca;
    position: center;
    margin: auto;
  }
  
  hr {
    height: 2px;
    background-color: rgb(224, 153, 153);
    border-color: rgb(212, 143, 143);
  }
  
  .bottom-line {
    margin-top: 25px;
  }
  
  
  
  .item p {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }
  
  .item2 p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    width:fit-content
  }
  
  
  .price {
    text-align: right;
    width: 25%;
  }
  
  /* FOOTER */
  
  footer {
    font-size: 14px;
  }
  
  .address {
    margin-bottom: 5px;
  }

  .github {
    color: white;
    text-decoration: none;
  }
  
  a {
    color: rgb(235, 194, 194);
    font-style: italic;
  }
  
  a:visited {
    color: rgb(151, 99, 96);
  }
  
  a:hover {
    color: rgb(228, 123, 123);
  }
  
  a:active {
    color: rgb(216, 88, 88);
  }