.content {
    position: relative;
    z-index: 3;
}

#no {
    position: absolute;
    display: inline-block;
    left: 35%;
    top: 40vh;
    -webkit-transition: all 0.1s ease-out;
}

#yes {
    position: absolute;
    display: inline-block;
    left: 70%;
    top: 40vh;
    -webkit-transition: all 0.3s ease-out;
}

#bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    /* height: 100vh; */
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-position: 50%;
    -webkit-filter: blur(4px);
}

.swal2-image {
    object-fit: contain;
}

.swal2-title,
.swal2-content {
    color: azure !important;
}

.swal2-popup {
    border-radius: 15px !important;
}

header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    text-align: center;
    margin-bottom: 30px;
    color: white;
    font-weight: bold;
    font-style: italic;
}

header h4 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: white;
    position: relative;
}

header h4::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../img/loncat.gif');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto;
}

@media only screen and (max-width: 500px) {
    header h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
        font-style: italic;
        color: white;
    }
    header h4 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding: 15px;
        color: white;
        position: relative;
    }
    header h4::after {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        background-image: url('../img/loncat.gif');
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto;
    }
    #no {
        position: absolute;
        display: inline-block;
        left: 7%;
        top: 40vh;
        font-size: 14px;
        padding: 3px;
        -webkit-transition: all 0.1s ease-out;
    }
    #yes {
        position: absolute;
        display: inline-block;
        left: 58%;
        top: 40vh;
        font-size: 14px;
        padding: 3px;
        -webkit-transition: all 0.3s ease-out;
    }
}

.swal2-backdrop-show {
    background-size: 200px 100px !important;
}

/* Intro Rust */
@font-face {
    font-family: 'Rust';
    src: url('../fonts/Rust.ttf') format('truetype');
}

.intro-rust {
    font-family: 'Rust', sans-serif;
    font-size: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-style: italic;
}
