img{
  max-width: 100%;
}

body {
  background-image: url('utensils.jpg');
  height: 1080px;
  width: 1600px;

}

h1{
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 48px;
  text-align: center;
  background: rgb(255, 225, 157);
  padding: 20px;
  border-radius: 30px;
  margin: 60px;
  text-shadow: 3px 3px 3px white;
}

h2{
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 24px;
  text-align: center;
  background: rgb(255, 225, 157);
  padding: 10px;
  border-radius: 30px;
  margin: 60px;

}

a{
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  background: rgb(153, 114, 250);
  padding: 20px;
  border-radius: 30px;
  margin: 60px;
  text-align: center;
  text-decoration: none;
  
}

ul{
text-align: center;
list-style-type: none;
margin: 0;
padding: 0;
}
