.img{
    width: 360px;
    height: 50%;
    display: block;
}

.logo{
    font-family: font-6 , serif;
    font-size: 100px;
    font-weight: 1;
    color:#1E1C40;
    text-align: center;
    letter-spacing: 5px;
    
}
.menu-item {
    list-style: none;
}

.menu-logo {
    width: 100px;
}

.menu {
    width: 75%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.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 2px 10px rgb(37, 37, 37);
}

body{
    margin:0;
}
#logo{
    font-family: font-6;
    font-size: 30px;
    margin-left: 1%;
}
#texto{
    font-family: font-5;
    font-size: 20px;
    margin-left: 2%;
   
}

@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);
}
