
/*
Secciones
 */
body{
    background-color: black;
}

header{
    background: linear-gradient(white, red);
    text-align: center;
    font-family: 'Sofia';
    font-size: 3em;
    color: black;
    border: solid black medium;
    border-radius: 15px;
}

section{
    height: 90%;
    background-color: darkblue;
    border: solid black medium;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 50px;
}

section img{
    max-height: 20%;
    max-width: 10%;
}

footer{
    margin: 40px 20px 0 0;
    color:white;
    text-align: right;
}