* {
  background-color: hsl(31, 33%, 88%);
  margin: 0;
  box-sizing: border-box;
  font-family: "lucida console", Courier, monospace;
}

.color {
  background-color: hsl(199, 27%, 18%);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: hsl(199, 27%, 18%);
  position: sticky;
  padding: 15px;
  top: 0%;
}

.navbar_title {
  padding-left: 10px;
  flex-basis: 70%;
  color: hsl(170, 100%, 37%);
  font-size: 3em;
}

.navbar_links {
  display: flex;
  justify-content: space-evenly;
  flex-basis: 30%;
}

.navbar_links a {
  color: hsl(170, 100%, 37%);
  background-color: hsl(199, 27%, 18%);
  font-size: 0.84em;
}

a:hover {
  color: hsl(21, 89%, 52%);
}

.about {
  background-image: url(../img/pexels-santiago-pagnotta-1702624.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_title {
  font-size: 400%;
  color: black;
  background-color: transparent;
}

.about_content {
  font-size: 150%;
  height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  min-width: 4em;
}

footer {
  display: flex;
  justify-content: center;
  padding: 30px;
  background-color: hsl(199, 27%, 18%);
}

.form_contact,
.form_header,
.form,
label {
  color: hsl(0, 0%, 100%);
  background-color: hsl(199, 27%, 18%);
}
