#disciplinas{
    flex-direction: column;
    text-align: center;
}

header{
    margin-top: 5px;
    flex-direction: column;
    max-width: 400px;
    width: 80vw;
}

#evolution{
    width: 30%;
}

#logoName{
    width: 60%;
}

#logoLamp{
    width: 8%;
}

main{
    padding: 10px;
    width: 100%;
    max-width: 1000px;
}

main section{
    margin-bottom: 30px;
}

h1{
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Love Light", cursive;
    color: var(--font-green);
    font-weight: 600;
    font-style: normal;
    font-size: 3em;
    text-shadow: 3px 3px 5px #64f6547a;
}

h2{
    margin-bottom: 20px;
    font-family: "Oleo Script", system-ui;
    font-weight: 700;
    font-style: normal;    
    }

h3{
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Niconne', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 1.8em;
    color: var(--red2);
}

main section p{
    justify-self: center;
    max-width: 800px;
    text-align: left;
}

main > section > a{
    margin-bottom: 30px;
}

.disciplina-container{
    background-color: var(--text-bg-white);
    padding: 15px;
    border: 2px solid red;
    border-radius: 5px;
}

footer a{
    width: 300px;
}