body {
    background-color: rgba(0, 0, 0, 0.5) !important;
    overflow-x: hidden;
}

.footer {
    background-color: rgba(0, 0, 0, 0) !important;
}

.dropdown-divider {
    border-top: none;
}

.text-muted {
    color: white !important;
}

form label, form p {
    color: white !important;
}

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

.fa-snowflake {
    color: #fff;
    position: absolute;
    top: -1px;
    animation: snowing linear infinite;
}

@keyframes snowing {
    100% {
        top: 99vh;
    }
}