@media only screen and (max-width: 600px) {
  .navbar h3 {
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
  }
}

.navbar {
  display: flex;
  width: 100%;
  background-color: white;
}

.navbar h3 {
  margin-left: 5%;
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.3rem;
}
