* {
  margin: 0px;
  padding: 0px;
}

.carousel-item img {
  height: 413px;
}

.container-fluid {
  padding: 0px !important;
}

.background-bottom {
  background-image: url("../images/background.png");
  width: 100%;
  min-height: 40vh;
}

.logo {
  width: 150px;
}

.menu-img {
  width: 77px;
}

.menu-img:hover{
    scale: 1.1;
}