body{
  margin: 0;
  text-align: center;
  font-family: poppins, Verdana, Geneva, Tahoma, sans-serif;
}

img{
  width: 100px;
  border-radius: 100px;
}

#hero-section {
  display: flex;
  flex-direction: column;
  justify-content:end;
  height: 710px ;
  width: 1450;
  padding-bottom: 50px;
  background-image: url(images/Maduraibackground.webp);
  background-size: cover;
}

#hero-title, #hero-subtext{
  font-size: x-large;
  align-self: center;
  color: #ffffff;
  background-color: #332722;
  border: 3px solid #333333;
  border-radius: 6px;
  padding: 6px 16px;
}

#hero-subtext{
  margin-top: 0px;
  font-size: medium;
  color: black;
  background-color: #F2CABD;
}

#food-section{
  margin-top: 60px;
}

#food-cards{
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.food-card{
  padding: 25px;
  border-radius: 6px;
}

.Idcard{
  display: flex;
  width: 500px;
  align-items:center;
  justify-content:space-around;
  margin: 100px auto 50px auto;
  background-color: #F2CABD;
  box-shadow: -6px 6px #332722;
  border-radius: 6px ;
  text-align: left;
  padding: 20px;
}

#profile-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-around;
}

.profile-img{
  background: url("images/Profile.png");
  width:150px;
  height: 150px;
  background-size: contain;
}

.profile-img:hover{
  border-radius: 100px;
  background-image: url("images/nk.jpg");
}

footer{
  background-color: #D9D9D9;
  padding: 25px;
  border-radius: 6px
}

button{
  border-radius: 6px;
  padding: 4px 12px;
  border: 1px solid #333333;
}

#linkedin{
  background-color: #0077B5;
}

#github{
  background-color: #171515;
}

a{
  text-decoration: none;
  color: #ffffff ;
  font-weight: 700;
}

#link{
  color: rgb(60, 85, 230);
  font-weight: 900;
}