body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

nav {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

footer {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 0;
  bottom: 0;
}


.carousel-item img {
  height: 60vh;
  border-radius: 5px;
  object-fit: cover;
}