@charset "utf.8" ;
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Overlock:900);
@import url(https://fonts.googleapis.com/css?family=Overlock);
@import url(https://fonts.googleapis.com/css?family=Overlock+SC);

body{
    background-image: url(../img/galaxy.png);
    margin: 0 10em 0 10em;
}

#fondoliso{
    background-color: rgba(255, 255, 255, 0.29);
}

#niveles{
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    margin: 0 0 0 -1em;
}
#nivel1{
background-color: #ffce00;
padding: 2em;
border-radius: 50px;
}

#nivel2{
background-color: #ffce00;
padding: 2em;
border-radius: 50px;
}

#encurso{
background-color: #ffce00;
padding: 2em;
border-radius: 50px;
}

li{
    list-style: none;
    }
a{
color: #82089f;
font-size: large;
font-family: 'Overlock', cursive;
}


h1{
    
    font-family: 'Overlock', cursive;
    color: rgb(255, 255, 255);
    text-align: center;
    }

article{
    color: beige ;
    }
h2{
font-family: 'Overlock', cursive;
text-align: center;
}

h3{
font-family: 'Overlock', cursive;
text-align: center;
margin: -0.75em 0 1em -2.2em;

}

h4{
font-family: 'Overlock', cursive;
color: #500362;
font-size: x-large;
}

footer{
background-color: #ffce00;
border-radius: 50px;
font-family: 'Overlock SC', cursive;
}

h6{
color: #82089f;
font-size: x-small;
font-family: 'Overlock', cursive;
text-align: center
}
img{
border-radius: 50px;
justify-content: center;
}