body
{
    /* width: 100vw; */
    height: 100vh;
}

*{
    font-family: "poppins";
}

@font-face
{
	font-family: "poppins";
	src: url("Poppins-Light.ttf");
}


.titulo
{
    height: 13vh;
    /* width: 100vw; */
    
}