.front-page-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  position: relative;
}

.nav-bar {
  width: 18rem;
}

.title {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin: 30px;
  font-size: 55px;
  text-align: center;
}

.link:hover {
  color: #028ea7;
}

.button:focus-visible {
  outline: none;
}

.logo {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 50px 50px 0;
}

.persons {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}

.person {
  max-height: 24rem;
  padding: 0 3rem;
}

footer {
  padding-top: 200px;
}
