.nav-item {
  display: flex;
  align-self: center;
}
.navbar-nav .nav-link {
  color: #ffffff !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
body {
  background-color: rgb(255, 181, 99);
}
.h72{
  height: 72px !important;
}

