@font-face {
    font-family: "Roboto Bold";
    src: url("./fonts/Roboto-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto Medium";
    src: url("./fonts/Roboto-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.ttf") format('truetype');
}

body {
    background-image: url(./fundo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.hidden {
    opacity: 0;
}