body {
    background-color: #313537;
    margin-top: 30px;
    margin-bottom: 30px;
}

a {
    color: white;
}

a:hover {
    color: #fd9e59 !important;
}

.container-custom {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #323a3d;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, p {
    font-family: 'Nunito Sans', sans-serif;
    color: #fdfff1;
}

h2 {
    color: #f8e2b7;
    font-family: 'Nunito Sans', sans-serif;

}

.card {
    background-color: #40474a;
}

.card-title {
    color: #fd9e59;
}
img.Get-Fetch-Cam-Pro {
    margin-top: 20px!important;
}

/* Medai Q */

/* For large screens and above */
@media (min-width: 992px) {
    .logo {
        max-width: 330px;
    }
}

/* For smaller screens */
@media (max-width: 991.98px) {
    .logo {
        max-width: 290px;
    }
}

/* For large screens and above */
@media (min-width: 992px) {
    .container-custom {
        padding: 30px;
    }
}

/* For smaller screens */
@media (max-width: 991.98px) {
    .container-custom {
        padding: 9px;
    }
}

@media (max-width: 991.98px) {
    img.Get-Fetch-Cam-Pro {
        margin-top: 20px!important;
        width: 40%!important;
    }
}

/* Timed redirect */

div#countdown {
    color: white;
    font-size: 44px;
    margin-top: -22px;
}