@font-face {
    font-family: button;
    src: url(../fonte/ButtonHilightFLF.ttf);
}
@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: 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;
}

.button{
    text-decoration: none;
    opacity: 0.89;
    font-size: 25px;
    color: #FFFFFF;
    font-family:button;
    background: linear-gradient(to bottom,#b34de6, #000000);
    border: solid #000000 1px;
    border-radius: 5px;
    padding:px;
    box-shadow: 4px 4px 6px #44003C;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    margin-inline: 3%;
}
.button:hover{
    opacity: 0.9;
    background: linear-gradient(to bottom, #D500FF, #000000);
    border: 1px solid #7CAFFF;
    text-shadow: 0px 1px 2px #000000;
    box-shadow: 0px 1px 2px #000000;
}

@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);
}

.title{
    font-family: font-6;
    font-size: 30px;
}

.texto{
    font-family: font-5;
    font-size: 20px;
   
}

#melhor{
    border-left: 50%;
}

#questoes{
    font-family: font-5;
    font-size: 18px;
    border: 2px solid #1E1C40 ;
    text-align: center;
    background: #1E1C40;
    color: #fff;
}

#tudo{
    margin-left: 3%;
}