* {
    font-family : "Chillax Light";
} .h1, .h2, .h3, .nav-link, .page-link, .button-classic, .button-outline {
    font-family : "Chillax Medium";
} h1, h2, h3 {
    font-family : "Chillax Bold";
} .h1, h1, .h2, h2, .h3, h3, p {
    margin-bottom : 0px;
} .container {
    background-attachment : fixed;
    background-size : cover;
    background-position : center;
} .navbar {
    min-height : calc(10vh + 20px);
} .icon {
    height : 10vh;
} .w-200 {
    width : 200%;
} .button-top {
    border-radius : 20px 20px 0px 0px;

    @media (min-width : 992px) {
        border-radius : 20px 0px 0px 20px;
    }
} .button-bottom {
    border-radius : 0px 0px 20px 20px;

    @media (min-width : 992px) {
        border-radius : 0px 20px 20px 0px;
    }
} .rounded-left {
    border-radius : 20px 0px 0px 20px;
} .rounded-right {
    border-radius : 0px 20px 20px 0px;
} .dropdown-divider {
    margin : 8px;
} .section {
    margin-top : calc(10vh + 19px);
} .networks {
    height : 5vh;
} .text-justify {
    text-align : justify;
} .button-classic, .button-outline {
    text-transform : uppercase;
} .line {
    height : 3px;
    border-radius: 3px;
} .page-item:first-child .page-link {
    border-radius : 20px 0px 0px 20px;
} .page-item:last-child .page-link {
    border-radius : 0px 20px 20px 0px;
} .image-48 {
    width : 48px;
} .image-64 {
    width : 64px;
} .image-256 {
    width : 256px;
} .ratio-1 {
    aspect-ratio : 1;
    object-fit : cover;
} .rounded-textarea {
    border-radius : 20px;
    border-bottom-right-radius : 0px;
} .w-67 {
    width : 67%;
} .w-33 {
    width : 33%;
} .pointer {
    cursor : pointer;
} .zoom {
    font-size : 500%;
}