html {
  font-family: "Jost", sans-serif;
  font-size: 6mm;
}
body {
  background-color: #062e62;
  color: antiquewhite;
  font-family: 'Yaldevi', Arial, Helvetica, sans-serif;
}
h1,h1,h3,h4,h5,h6 {
  font-weight: 600;
}
h1,h1,h3,h4,h5,h6,p,caption {
  margin-top: .666em;
  margin-bottom: .666em;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.3333rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: .666666rem;
}
p, li, a {
  font-size: 1rem;
  font-weight: 300;
}
.title-card {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(6,46,98,1) 0%, rgba(47,105,180,1) 100%);
}
.title {
  text-shadow: black 0px 0px 5px;
}
.description {
  max-width: 40rem;
}
main {
  background-color: #062e62;
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100vw;
}
.founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
}