@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600,800');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Bubbler+One');

body {background-color: #f7c88a; font-family: sans-serif; text-align: center}

nav {background:#70cebc;}

nav ul li {list-style-type: none; display: inline; }

.menu {display: flex; justify-content: space-around; align-content: center; }

.colores {width: 80%; height: auto;}

h1 {background-color: rgba(240, 255, 255, 0.88); font-family: 'Bubbler One', sans-serif; font-weight: 800; font-size: 2rem;}

nav ul li a {color: azure; text-decoration: none; font-size: 1.5rem;}

main aside a img {width: 30%; height: auto}

footer {font-size: 0.8rem ; text-align: center; }

.pagina {max-width: 80rem; margin: 0 auto;}

h2 {font-family: 'Ubuntu', sans-serif; font-weight: 700; text-align: center; text-decoration: underline; text-decoration-style: double; font-size: 1.5rem;}

.lista { background-color:#5cbea3; margin: 5%; padding: 3%; color:#601980 } 

.lista-cursadas{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: stretch;
    }

.nivel2 {background-color: rgb(220, 178, 230);}