body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: aliceblue;
    background-size: cover;
    background: linear-gradient(to bottom right, #110068, #009f52);
    background-attachment: fixed;
}

.container {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}


.image-container {
  width: 100%;
  max-width: 550px;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 10px;
  margin: 10px auto;
  margin-top: 0%;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

button {
  color: #ffffff;
  width: 100%; /* Ajuste el ancho al 100% del contenedor padre */
  max-width: 200px; /* Máximo ancho de 200px para mantenerlo legible */
  height: 50px;
  background-color: #110068;
  border-radius: 10px;
  border-color: azure;
  border-width: 3px;
  font-size: 20px;
  margin: 10px auto; /* Centrar el botón dentro del contenedor */
  box-sizing: border-box; /* Incluir el padding y border en el ancho total */
  display: block; /* Hacer que el botón sea un bloque para ocupar todo el ancho disponible */
}


h1
{
  font-family: "Marcellus SC", serif;
  color:rgb(255, 255, 255);
  font-size: 6vw;
  padding-left: 0%;
  margin-bottom: 2%;
  margin-top: 2%;
}
