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