body {
    background-color: beige;
    display: flex;
    flex-direction: column;
    min-height: 1vh; 
}
p{
    color: green;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px;
    text-align: center;
}

h1{    
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;

}

h2{
    color: cornflowerblue;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
}
h3{
    color: black;
    padding: 0px;
    margin: 5%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: left;
    font-size: 25px;
}

.footer {
    background-color: #343a40; /* Color oscuro */
    color: white;
    text-align: center;
    padding: 60px;
    font-size: 14px; /* Tamaño de fuente más pequeño */
    width: 100%;
}