html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.lacivert-button {
    background-color: #050131;
    color: white;
    border-radius: 25px;
    border-color: #050131;
    border-width: 2px;
    border-style: solid;
    padding: 8px 12px;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
}

.lacivert-button:hover {
    background-color: rgba(5, 1, 49, 0.8);
    color: white;
    text-decoration: none !important;
}

.lacivert-button-outline {
    background-color: transparent;
    color: #050131;
    border-radius: 25px;
    border-color: #050131;
    border-width: 2px;
    border-style: solid;
    padding: 8px 12px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.lacivert-button-outline:hover {
    background-color: rgba(5, 1, 49, 0.8);
    color: white;
    text-decoration: none !important;
}

.lacivert-button-outline:active {
    background-color: rgba(5, 1, 49);
    color: white;
    text-decoration: none !important;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2rem;
}

p {
    font-size: 1.125rem;
}
li {
    font-size: 1.125rem;
}

a {
    font-size: 1.125rem;
    text-decoration: none !important;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 2.5rem;
    }

    p {
        font-size: 1rem;
    }

    li {
        font-size: 1rem;
    }

    a {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1rem;
    }

    li {
        font-size: 1rem;
    }

    a {
        font-size: 1rem;
    }
}