body{
    font-family: 'Jost', sans-serif;
    color: rgb(94, 0, 0);
    text-align: center;
    background-color: white;
    font-size: 20px;
    font-weight: bolder;
}   
h1{
    font-family: 'Jost', sans-serif;
    color: rgb(94, 0, 0);
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}   
a.button{
  border: none;
  border-radius: 50px;
  outline: 0;
  display: inline-block;
  padding: 25px;
  color: white;
  background-color: rgb(94, 0, 0);
  text-align: center;
  cursor: pointer;
  width: 25%;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}
input{
  font-family: 'Jost', sans-serif;
  border: none;
  border-radius: 50px;
  outline: 0;
  display: inline-block;
  padding: 25px;
  color: white;
  background-color: rgb(94, 0, 0);
  text-align: center;
  cursor: pointer;
  width: 30%;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

span{
  color: rgb(94, 0, 0);
}
.edit{
  border: none;
  border-radius: 24px;
  outline: 0;
  display: inline-block;
  padding: 12px;
  color: white;
  background-color: rgb(24, 130, 132);
  text-align: center;
  cursor: pointer;
  width: 15%;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
}
.order{
  border: none;
  border-radius: 50px;
  outline: 0;
  display: inline-block;
  padding: 25px;
  color: white;
  background-color: rgb(94, 0, 0);
  text-align: center;
  cursor: pointer;
  width: 25%;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

a.social_media{
  margin-left: 15px;
  margin-right: 15px;
  margin-inline: 15px;
  font-size: 50px;
}

a:hover{
  opacity: 0.7;
}


i{
  margin-left: 15px;
  margin-right: 15px;
  margin-inline: 15px;

  height: 50px;
  width: 50px;
  color: rgb(94, 0, 0);
}

footer{
  background-color: white;
    padding: 15px;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 600px){
  a.button{
    border: none;
    border-radius: 40px;
    outline: 0;
    display: inline-block;
    padding: 20px;
    color: white;
    background-color: rgb(94, 0, 0);
    text-align: center;
    cursor: pointer;
    width: 60%;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
  .foodlist{
      scale: 100%;
  }
}
  
