body {
    min-height: 100vh;
    background-image: linear-gradient(150deg, #001D50, #A71056);
    font-family: sans-serif; 
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    color: #333 !important;
}

a {
    color: #A71056;
}

div.delayed-component-content {
    padding: 5%;
}

b, strong {
    font-family: 'gotham', sans-serif !important;


.btn, .btn-default {
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
}

.btn:hover, .btn-default:hover {
    background-color: none !important;
}
