.apostila header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    width: 50vw;
    max-width: 200px;
    margin: 5px auto;
}

.apostila header #evolution{
    width: 60%;
}

.apostila header #logoName{
    width: 100%;
}

.apostila header #logoLamp{
    width:20%;
}