@charset "utf-8";
#logo { width: 7em;
        padding: em 0 2em 2em;
      }
html {min-height: -webkit-fill-available;
     }
* {    padding: 0;
    margin: 0;
    font-family: "montserrat";
    box-sizing: border-box;
    list-style-type: none;
    justify-content: space-between
  }
body {display: flex;
      flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
     
     }
.links {display: block;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-basis: 25%;
    align-items: center;
    align-content: center;
    max-width: 50rem;
    margin: auto;
       }
.links a {color: dimgray;
    text-align: center;
    padding: 1em 1em 1em 1em;
    text-decoration: none;}

.links a:hover {background-color: skyblue;
             align-items: center;
    align-content: center;
    padding: 1em 1em 1em 1em;
    color: white;
            }

p, section{color: dimgrey;
    padding: 0% 0% % 2%;
    text-align: center;
    background-color: floralwhite;
                       }

h1 {color: dimgrey;
    padding: 0% 0% 2% 0%; 
               }

.datos {padding: 0% 2% 2% 2%; 
    display: block;
    margin: auto;
    width:100%;
    max-width: 100%;
    text-align: center;
           }
header {
    width:100%;
    padding: 2% 2% 2% 2%;
    background-color: aliceblue;
    color: white;
    text-align:center;
    max-width: 100%;
    margin: auto;
    text-decoration: none;
    justify-content: space-between;
    }

main{
    width:100%;
    padding: 5% 5% 2% 10%;
    color: dimgrey;
    text-align:center;
    max-width: 100%;
    margin: auto;
    text-decoration: none;
    background-color:floralwhite;
        }

img {
    display: block;
    height: auto;
    padding: 5% 5% 5% 5%;
    text-align:center;
    max-width: 100%;
    margin: auto;
    border-radius: 420px;
    box-sizing: border-box;
        }

footer {
    width:100%;
    font-size: 0.8em;
    padding: 2% 5% 2% 5%;
    color: white;
    text-align:center;
    max-width: 100%;
    margin:auto;
    text-decoration:none;
    background-color: floralwhite;
    }

ul {
    width:100%;
    font-size: 1em;
    padding: 0% 5% 2% 5%;
    color: dimgrey;
    text-align:center;
    max-width: 100%;
    margin:auto;
    text-decoration:none;
    background-color: floralwhite;
    }
