body {
    background-color: #283142;
}

.form-script {
    margin-top: 50px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #044f7b;
    font-size: 1rem;
}

.cookie-banner button {
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
    background-color: #0867d3;
    font-size: 0.9rem;
    border: none;
    margin: 0 10px;
    cursor: pointer;
    outline: none;
}

@media only screen and (max-width: 768px) {
    .form-script {
        padding: 50px 0;
    }
}