
body, html {
    height: 100vh;
    background-image: url("/imagenes/tamonante1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

/* Página de contacto */

textarea {
    resize: none;
}