// exercicio 1
.rodape {
color: #000000;
background-color: #22D4FD;
padding: 24px;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-weight: 400;
}
//exercicio 2
.apresentacao {
padding: 8% 15%;
display: flex;
align-items: center;
justify-content: space-between;
}
//exercicio 3
body {
/* height: 100vh; */
box-sizing: border-box;
background-color: #252525;
color: white;
}
//exercicio4
.cabecalho__menu__link {
font-family: "Montserrat", "sans-serife";
font-size: 24px;
font-weight: 600;
color:#a24cb4;
text-decoration: none;
}
//exercicio5
.cabecalho__menu {
display: flex;
gap: 80px;
}