/* Prevent horizontal scroll on mobile */
html,
body {
  overflow-x: hidden;
  width: 100%;
}



#logo {
  height: 65px;
  width: auto;
  transform: scale(1);
}

.nav-link {
  padding: 0.5rem 1rem;
}


footer {
  background-color: rgb(213, 213, 213);
}