/* font api */
@import url('https://fonts.googleapis.com/css2?family=Handjet:wght@600&display=swap');

* {
    /* ganti font family */
    font-family: 'Handjet', sans-serif;
    font-size: 25px;
    color: white;
    letter-spacing: 2.5px;
}

body {
    /* isi url bg nya di sini */
    background: url(img/placeholder.gif);
}

marquee {
    color: red;
    background: white;
}

.container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
    max-width: 35% !important;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    background-color: rgb(48, 46, 46);
}

.logobanner {
    margin: 10px 5px;
    text-align: center;
}

.req {
    color: #ff0000;
}

.formbox {
    margin: 10px;
}

.form-check span {
    margin-left: 5px;
    font-size: medium;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}

.btn-formbox {
    margin-bottom: 10px;
}

strong {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}

@media (max-width: 920px) {
    .container {
        max-width: 90% !important;
    }
}