body{
    background-color: white;
}
main {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    margin-top: 100px;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

a {
    color: #000000;
    text-decoration: underline;
}

.navbar-wrapper {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    transition: none !important;
}
.navbar-wrapper.visible,
.navbar-wrapper.visible-bottom {
    transform: translateY(0) !important;
}

.brand-logo{
    width: 95vw;
}

.footer-left {
    text-align: left;
}

.footer-left .btn {
    text-align: center !important;
}

.btn, .btn-black {
    text-align: center !important;
    line-height: 24px !important;
    height: auto !important;
    display: inline-block;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px;
    padding: 12px 24px;
    border: 2px solid #000;
    border-radius: 15px;
    color: #000;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}