* {
  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%);
}

.proj_menu {
  display: grid;
  height: 88vh;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 10px;
  padding-right: 10px;
  outline: 5px black;
}

.projects {
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  /* color: hsl(0, 0%, 96%); */
  display: grid;
  place-items: center;
  font-size: 2em;
}

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%);
}
