@font-face {
    font-family: Laura;
    src: url(../fonte/DOCALLISME\ ON\ STREET.ttf);
}

.img{
    width: 360px;
    height: 50%;
    display: block;
}

.logo{
    font-family: font-6 , serif;
    font-size: 90px;
    font-weight: 1;
    color:#1E1C40;
    text-align: center;
    letter-spacing: 5px;
    
}
.menu-item {
    list-style: none;
    align-items: center;
}

.menu-logo {
    width: 100px;
}

.menu {
    width: 75%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

#logo{
    margin-left: 3%;
}

.menu-link {
    text-decoration: none;
    margin: 20px;
    text-transform: uppercase;
    color: white;
}

.conteudo-menu, .conteudo-rodape {
    display: flex;
    justify-content: center;
    background-color: #1E1C40;
    box-shadow: 0px px 10px rgb(37, 37, 37);
}
.rodape {
    width: 75%;
    display: flex;
    background-color: #1E1C40;
    margin-top: 2px;
    color: white;
}

.rodape-link {
    color: white;
    text-decoration: none;
}

.rodape-item {
    margin-bottom: 1px;
    list-style: none;
}

.rodape-opcoes {
    padding-left: 0;
}

.rodape-espaco {
    margin: 0px;
}
.conteudo-principal {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;

}

.centralizar {
    display: flex;
    justify-content: center;
}
.materias {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 5px #787996;
    margin-top: 2%;
}
.escolher {
    margin-left: 5%;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.materia-titulo {
    margin: 0;
    padding: 20px;
    width: 260px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #3c006d;
    ;
}

.materia-img {
    width: 300px;
    border-bottom-width: 5px;
    border-bottom-color: #1E1C40;
    border-bottom-style: solid;
}
.materia-botao {
    width: 100%;
    padding: 10px;
    background-color: #3c006d; 
    border-color: #4815a7;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: aliceblue;
}
body{
    margin:0;
}
@font-face {
    font-family: font-5;
    src: url(../fonte/JosefinSans-VariableFont_wght.ttf);
}

@font-face {
    font-family: font-6;
    src: url(../fonte/Megrim-Regular.ttf);
}
.inicio{
    font-family: font-6;
    font-size: 21px;
}
.texto{
    font-family: font-5;
    font-size: 18px;
   
}