body {
    background-color: transparent;
}

.disabled {
    opacity: 0.5;
}

button:hover, .custom-button:hover {
    box-shadow: 0 5px 7px 7px rgba(35, 33, 33, 0.2); 
    border: 2px solid white;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #021e90;
}

.f-12 {
    font-size: 0.5em;
}

.privacy_policy-section {
    padding-top: 120px;
}

@media screen and (max-width: 800px) {
    .privacy_policy-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}