@charset “utf-8”;

/* reglas generales */

img{max-width: 100%}

body{
    font-family: sans-serif;
    background-color: #C2C1C1;
    list-style: none;
    min-height: 100vh;
    min-height:  -webkit-fill-available;
}
main{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 500px;
    
}
h1{
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-top: 3em;
    
    
}

a{
    color: white;
    background-color: black;
    padding: 0.9em;
    border-radius:1.5em;
    align-content: center;
    text-align: center;
    font-size: 1rem; 
    margin: auto;
    text-transform: uppercase;
    text-decoration: none;
    
}
footer{
    display: flex;
    justify-content: center;
}
