@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700,900');

*{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

#pagina{
    margin: auto;
    width: 80%;
    flex-direction: column;
}


html{
    font-size: 16px;
    background-color: white
}

p{
    color: blue
}
 
h1 {
    margin: 
}

ul{
    list-style: none;
    padding:0;
    margin: 1;        
}


header nav ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    background-color: Black;
    font-family: sans-serif;
    font-weight: bold;
    }

header nav ul li a:hover {
    color: #2600ff;
}

h2 {
    padding: 1vh;
    padding-left: 2vh;
    text-align: left;
    width: 2%;
    margin-left: -2vh;
    background-color: blue;
    color: black;
    font-weight: 600;
}

    
footer {
    font-size: 0.80em;
    border: blue 0.1em solid;
    margin-left: 10%;
    margin-top: 3%;
    margin-right: 10%;
    width: 76%;
    text-align: center;
    color: blue;
}

footer article ul li {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 0rem;
    }

    