body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.contact-header-img {
  background-image: url(../images/contact-us.jpg);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 100px;
  background-size: cover;
  background-position-x: -400px;
  background-position-y: -300px;
  box-shadow: 0 0 10px #444;
  background-attachment: fixed;
}
.contact-header-img h1 {
  justify-content: center;
  text-align: center;
  color: whitesmoke;
  text-shadow: 0 0 4px black;
}
textarea {
  padding: 12px;
  border-radius: 4px;
  background: #f1f8ff;
  border: none;
  width: 400px;
  resize: none;
}
#contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0px 50px;
  padding-right: 100px;
  gap: 0px;
  background: rgba(107, 107, 107, 0.11);
}
#contact-info h1 {
  text-decoration: 4px overline #795a3e;
}
#details-wrapper {
  gap: 20px;
}
.info-item-wrapper {
  gap: 10px;
}
#sponsors-sec {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 10px;
}
#sponsors-sec h1 {
  margin-top: 50px;
  font-weight: 400;
  color: #444;
  text-decoration: 4px underline #795a3e;
  text-underline-offset: 6px;
}
.sponsors {
  display: flex;
  justify-content: space-around;
  vertical-align: middle;
}
.sponsors img {
  width: 300px;
  margin: 20px;
}
.sponsors #jobloop {
  width: 200px;
  margin: 40px;
}
body footer {
  margin-top: auto;
}
