html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 97%;
  background-color: blanchedalmond;
  display: flex;
  flex-direction: column;
  gap: 2.5%;
}

header {
  height: 15%;
  width: 97%;
  background-color: blue;
  align-items: center;
  padding: 5px 15px 5px 5px;
  display: flex;
  justify-content: center;
  color: white;
}
main {
  height: 70%;
  width: 95%;
  color: black;

  display: flex;
}
.team {
  height: 95%;
  width: 100%;
  display: flex;
  gap: 5%;
}
.goy {
  height: 97%;
  width: 45%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding: 5px 5px 5px 5px;
}
.goy img {
  height: 60%;
  width: 40%;
}
.gatkaal {
  height: 97%;
  width: 45%;
  display: flex;
  flex-direction: column;
  padding-left: 40%;
  padding: 5px 5px 5px 5px;
}
.gatkaal img {
  height: 60%;
  width: 30%;
}

footer {
  height: 10%;
  width: 97%;
  background-color: blue;
  align-items: center;
  padding-left: 20px;
  color: white;
  display: flex;
  gap: 5%;
}
footer h4 img {
  height: 30%;
}
footer a {
  color: white;
  text-decoration: none;
}
.next {
  height: 30px;
  width: 120px;
}
p {
  width: 70%;
}
