html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
}
body {
    background-image: url(https://cdn-master.it-cg.group/prediksihoki/mega-1.webp);
    background-image: url(https://cdn-master.it-cg.group/prediksihoki/mega-2.webp);
    background-image: url(https://cdn-master.it-cg.group/prediksihoki/bg.webp);
    background-color: #571313;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: hard-light;
    position: relative;
    margin: auto;
}

.container {
    width: 100%;
    height: 100%;
    margin: 20px;
    position: fixed;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

img[alt='logo'] {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 80%);
    width: 550px;
    height: auto;
    z-index: 1;
}

img[alt='batik1'], img[alt='batik2'], img[alt='batik3'] {
    position: absolute;
    height: auto;
}

img[alt='batik1'] {
    left: 15%;
    top: 0;
    transform: translate(-65%, -20%);
    width: 500px;
}

img[alt='batik2'] {
    left: 20%;
    bottom: 0;
    transform: translate(-72%, 40%);
    width: 600px;
}

img[alt='batik3'] {
    right: -10%;
    bottom: -8%;
    width: 600px;
    transform: rotate(175deg);
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    animation: sparkle 4s infinite alternate;
}

@keyframes sparkle {
    50% {
        opacity: 0.4;
        transform: scale(0.5);
        box-shadow: 0px 0px 10px 5px #ffffff5e;
    } 50% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0px 0px 10px 5px white;
    } 100% {
        opacity: 0;
        transform: scale(1.5);
        box-shadow: 0px 0px 10px 5px #ffffff5e;
    }
}

.content1 {
    display: flex;
    width: 90%;
    height: 90%;
    padding-top: 60px;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.wording:first-child {
    width: 700px;
    height: auto;
}
.wording:nth-child(2) {
    width: 850px;
}
.wording:nth-child(3) {
    width: 600px;
}

img {
    width: 100%;
    filter: drop-shadow(5px 5px 10px #000000);
}

.btn-start, .btn-pilih {
    margin-top: 80px;
    width: 300px;
}

.choose {
    display: flex;
    gap: 20px;
}
.form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.word-1 {
    width: 700px;
    margin-top: 80px;
}
.choosen {
    width: 350px;
    padding-top: 10px;
}
.form2 {
    min-width: 500px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    background-color: #31313181;
    padding: 10px;
    margin: auto;
    gap: 10px;
    border: 5px #7e6819 solid;
    border-radius: 15px;
    justify-content: space-between;
    filter: drop-shadow(5px 5px 10px #000000);
    margin-top: 25px;
}
label, .font, span {
    color: #e7e7e7;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.71);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: xx-large;
    font-weight: bolder;
}
.form2 div {
    display: flex;
    justify-content: space-between;
}

#submitBtn {
    display: block;
    width: 300px;
    margin-top: 30px;
    background-color: unset;
    filter: drop-shadow(5px 5px 10px #000000);
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

label, input {
    flex: 1;
}

.form2 span {
    margin: auto 10px;
}

input, input:focus, input:focus-visible, select, option {
    background-color: #25252565;
    border-color: gold;
    width: 50%;
    color: #e7e7e7;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    padding: 5px 10px;
    user-select: auto;
}
.mt-1 {
    margin-top: 50px;
}
.mt-2 {
    margin-top: 110px;
}
.pt-1 {
    padding-top: 15px;
}
.mobile {
    display: none;
}
.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 65%;
    min-width: 300px;
    max-width: 700px;
}
.saran {
    margin: 10px;
    min-height: 350px;
    justify-content: space-evenly;
    font-size: x-large;
} 
table {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px) {
    body {
        background-color: #000;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: unset;
    }
    .btn-wrap {
        margin: unset;
        gap: unset;
        flex-direction: column;
        min-width: 250px;
    }
    .saran {
        min-height: 300px;
        font-size: larger;
    }
    .saran .title {
        font-size: larger;
        font-weight: bold;
    }
    .wording.mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }
    .wording.mobile img:first-child {
        width: 200px;
    }
    .choose {
        flex-direction: column;
        gap: 10px;
        margin-top: 100px;
        align-items: center;
        justify-content: center;
    }
    .choose .btn-pilih {
        margin-top: unset;
        width: 70%;
    }
    .content1 .btn-start {
        margin-top: 100px;
        width: 70%;
    }

    img[alt='batik1'] {
        left: 15%;
        top: 0;
        transform: translate(-75%, -30%);
        width: 200px;
    }

    img[alt='batik2'] {
        left: 20%;
        bottom: 0;
        transform: translate(-65%, 30%);
        width: 250px;
    }

    img[alt='batik3'] {
        right: -45%;
        bottom: 45%;
        width: 250px;
    }

    img[alt='logo'] {
        width: 75%;
        margin-top: 10px;
    }
    .word-1 {
        width: 330px;
    }
    .choosen {
        width: 200px;
    }
    .form2 {
        min-width: 80%
    }
    .form2 label, input, input, input:focus, input:focus-visible, option, select {
        font-size: large;
        font-weight: normal;
        width: 50%;
        margin: auto 0;
    }
    span {
        font-size: large;
        font-weight: bold;
        margin: auto 5px;
    }
    #submitBtn {
        width: 50%;
    }

    .content1 {
        gap: 10px;
        padding-top: 30px;
    }
    .wording:first-child {
        width: 250px;
    }
    .wording:nth-child(2) {
        width: 300px;
    }
    .wording:nth-child(3) {
        width: 230px;
    }
}