@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
  }
   body { 
    height: 100%;
    min-height: 100vh;
    display: flex;
    background-color: #1e1c2a;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
  }
  img {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    max-width: 300px;
    object-fit: cover;
    border-radius: 0px;
    margin-block-start: 30px;
}
h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 25px;
  margin-top: 20px;
}
footer{
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 1.5rem;
}
textarea {
  resize: none;
}
.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
white-space: nowrap;
}
.svg-inline--fa {
vertical-align: -0.200em;
}
.rounded-social-buttons {
text-align: center;
}
.rounded-social-buttons .social-button {
display: inline-block;
position: relative;
cursor: pointer;
width: 3.125rem;
height: 3.125rem;
padding: 0;
text-decoration: none;
text-align: center;
color: #fefefe;
font-size: 1.5625rem;
font-weight: normal;
line-height: 2em;
border-radius: 1.6875rem;
transition: all 0.5s ease;
margin-right: 10px;
margin-bottom: 0px;
}
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  }
  .rounded-social-buttons .fa-twitter, .fa-snapchat-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
  }
  .rounded-social-buttons .social-button.snapchat {
  background: #fff82a;
  }
  .rounded-social-buttons .social-button.snapchat:hover, .rounded-social-buttons .social-button.snapchat:focus {
  color: #fff82a;
  background: #fefefe;
  border-color: #fff82a;
  }
  .rounded-social-buttons .social-button.instagram {
  background: #125688;
  }
  .rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
  }
  .h {
    width: 40%;
    height: 1px;
    border: 0 none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: rgb(255, 255, 255);
  }
p{
text-align: center;
color: rgb(255 255 255);
font-size: 18px;
}


.container{
  height: 310px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 23px;
  box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 30%);
  background: #ffffff12;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.box-img {
  height: 70%;
  width: inherit;
  position: relative;
  justify-content: space-between;
  margin-top: 1px;
  border-radius: 20px;
 }

  section {
    height: 100%;
    padding: 20px;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, auto)); */
    display: flex;
    flex-direction: row;
    place-items: center;
    flex-wrap: wrap;
    gap: 43px;
    justify-items: center;
    justify-content: center;
  }


.food-name {
  color: #fff;
  margin-top: 10px;
 }
 .line {
  width: 40%;
  height: 2px;
  border: 0 none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

footer a{
  color: #fefefe;
}
