.main-img {
  max-height: 60vh;
}

.secondary-img {
  max-height: 40vh;
  max-width: 100%;
}

body {
  background-color: #f5f5f5;
}

img {
  max-height: 50vh;
  max-width: 70%;
}

.img-secondary {
  max-height: 30vh;
}

nav img {
  max-width: 13rem;
}

.navbar {
  z-index: 1;
  position: absolute;
}

