html {
  background-image: url("../imagenes/contacto/fondo3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}


#screamer{
  display: none;
  position: sticky;
  inset: 0;
  width: 1920px;
  height: 1080px;
  object-fit: cover;
  z-index: 999999;
  pointer-events: none;
}

body {
  width: 600px;
  margin: 4% auto;
  padding: 0px 20px 20px 20px;
  background-color: white;
  display: block;
  color: black;
  font-family: "Times New Roman", Times, serif;
  border: 2px solid black;
}

h1{
  text-align: center;
}

h3{
  text-align: center;
}

h4{
  text-align: center;
}

h5{
  text-align: center;
}

.back-button {
    background-color: white;
    color: red;
    text-decoration: underline;
    padding: 10px 15px;
    text-align: center;
    display: block;
}

.back-button:hover {
    background-color: black;
}

img {
  max-width: 80%; /* Para que las imágenes no excedan el ancho del contenedor */
  height: auto;    /* Mantiene la proporción de la imagen */
  display: block;  /* Para centrar la imagen */
  margin: 0 auto;  /* Centra la imagen horizontalmente */
}

header {

    color: red;
    text-align: center;
}
