.welcome a {
  font-size: 50px;
}

.container h1 {
  text-align: center;
}

.carousel-inner img {
  margin: auto;
  width: 40%;
}

@media (min-width: 1080px) {
  body {
    margin-top: 50px;
    margin-left: 200px;
  }

  .carousel-inner img:hover {
    width: 80%;
  }
}

@media (max-width: 1080px) {
  .carousel-inner img {
    width: 100%;
  }
}

.carousel-control i {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%); {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

