.containers {
  display: flex;
  justify-content:start;
}

img {
  width: 500px;
  height: 500px;
  object-fit: scale-down;
}

.carousel {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  height: 540px;
  width: 500px;
  overflow: hidden;
}

.image-container {
  display: flex;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

.btns {
  background-color: rgb(233, 141, 65);
  color: #fff;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  width: 49.5%;
}

.btns:hover {
  opacity: 0.9;
}

.btns:focus {
  outline: none;
}
.boy {
  display: flex;
  justify-content: center;
  align-items: center;
}
