@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body,
html {
  padding: 0px;
  margin: 0px;
}
body {
  background: linear-gradient(to bottom, #000000, #212934);
  color: aliceblue;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

.container {
  max-width: 800px;
  margin: 10px auto;
}

li,
dd {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}

dt {
  font-weight: 700;
}

nav {
  height: 64px;
  position: sticky;
  top: 0px;
  background-color: #000000;
}

nav div {
  display: flex;
  max-width: 800px;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
nav img {
  max-width: 200px;
}

.footer {
  display: flex;
  font-size: small;
  margin-top: 4rem;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 2rem;
}

.links a {
  color: aliceblue !important;
  text-decoration: none;
  transition-duration: 300ms;
}

.links a:hover {
  color: #73dfc5 !important;
}

.footer .text-right {
  text-align: right;
  margin: 0px;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  column-gap: 0.5rem;
  padding: 0;
  margin-bottom: 0px;
}

.social-links li {
  list-style-type: none;
}

.social-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: solid 1px #fff;
  border-radius: 50%;
}

.social-links li a svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

.review-team {
  display: block;
  width: 100%;
  text-align: center;
}

.review-team h1 {
  color: #fcb268;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 10px;
  display: inline-block;
  margin-inline: auto;
}

.review-team h2 {
  text-align: left;
  color: #2596be;
}

.review-team .team-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  min-width: 300px;
}

.review-team .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.review-team .team-group h4 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.review-team .team-group p {
  color: #919191;
  margin: 0px;
}
