body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #d48383;
  color: #333;
  text-align: center;
}

.container {
  padding: 50px 20px;
}

footer {
  background: #222;
  color: #fff;
  padding: 5px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25%;
}

footer a {
  color: #ffd700;
  margin: 0 5px;
  text-decoration: none;
  font-size: xx-small;
}
.button-row {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  border-radius: 50%;
}

.left-button, .right-button {
  background-color: #d40000; /* Red background */
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 200px;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 5%;
}

.left-button:hover, .right-button:hover {
  background-color: #a00000; /* Darker red on hover */
}
.image-box {
  width: 87%;
  height: 50%;
  max-width: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 0px rgba(0,0,0,0.0);
  background-color: #fff;
  margin-left: 6%;
}

.image-box img {
  width: 100%;
  height: 90%;
  display: block;
}
.pra{
  margin-top: -10%;
  
}