body{
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'titulo1';
    src: url("../fonts/Domine-Bold.ttf");
}

@font-face {
    font-family: 'titulo2';
    src: url("../fonts/Domine-Regular.ttf");
}

@font-face {
    font-family: 'titulo3';
    src: url("../fonts/Marcellus-Regular.ttf");
}

.terminos{
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.content-class{
    width: 100%;
}
.popup-class{
    border-radius: 10px;
}
.html-class{
    width: 80%;
}