.title{
  font-family:'arial';
  text-align: center;
  font-size: 40px;
}

.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto; /* Center the container */
}

.mySlides {
  margin: 0 auto;
  display: none;
  max-width: 100%;
  height: 500px;
  object-fit: contain;
}

.left-button, .right-button {
  position: absolute;
  top: 50%;
  font-size: 45px;
  color:aliceblue;
  background-color: #56b8e6;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.left-button {
  left: 30px;
}

.right-button {
  right: 30px;
}