body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0%;
    max-width: 100%;
    cursor: url(cursor.png), auto;
    cursor: 4px;
}

/* ------------- HEARDER ------------*/
header {
    justify-content: space-between;
	display:flex;
    text-decoration: none;
    width: 100%;
    height: 64px;
    background-color: white;
    position: fixed;
	z-index: 1000;
    padding-bottom: 2%;
}


a{
    font-size: 30px;
    font-weight: 300;
    position: relative; 
    color: black;
    margin-right: 2vh;
    text-decoration: none;
    margin-top: 5.5vh;
    margin-left: 2vh;
}

.underline-on-hover:hover {
    text-decoration: underline;
}


.sinopse {
    width: 52%;
    font-size: 1.7vw;
    position: relative;
    padding: 2vh;
    left: 13%;
}

.sinopse a{
    font-size: 1.7vw;
    margin-left: 1.5px;


}

.tudo{
    margin-top: 10%;
}

.question {
    font-size: 2.5vw;
    position: relative;
    margin-top: 1vh;
    left: 14%;
}

.miniquestion {
    width: 50%;
    font-size: 1.8vw;
    position: relative;
    left: 13%;
    max-width: 50%;
    padding: 2vh;
}



#about1{
    margin-top: 6vh;
}


.references {
    width: 55%;
    position: relative;
    padding: 2vh;
    left: 13%;
}

img {
    width: 100%;
}

#ref{
    width: 50%;
    font-size: 1.8vw;
    position: relative;
    left: 13%;
    max-width: 50%;
    padding: 2vh;
}