/*GENERAL SETTING--START--*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(../images/EmuJr/EmuJr_pattern.png);
    background-repeat: repeat;
}

a {
    text-decoration: none;
}

h1 {
    color: #141414;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
    line-height: 150%;
    padding: 0 1rem;
    text-align: center;
}


p {
    color: #141414;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
}





@media(max-width: 576px) {
    h1 {
        font-size: 2.5rem;
    }

    p {
        font-size: 1rem;
    }

}

.divider {
    height: 4rem;
    width: auto;
}






/*GENERAL SETTING--END--*/



.model3D {
    width: 100%;
    height: 480px;
    position: relative;
    /*    border: 1px solid blue;*/
    margin: 2rem auto 1rem auto;
}

.blocker {
    width: 100%;
    height: 100%;
    background-color: aquamarine;
    opacity: 0;
    position: absolute;
    z-index: 2;
/*    display: none;*/
}

.container3D,
canvas {
    width: 90%;
    height: 480px;
    /*    border: 1px solid black;*/
    /*    background-color: rgba(235, 235, 235, 1);*/
    /*    margin: 2rem auto 1rem auto;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.spinBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 1rem;
    bottom: 0;
    z-index: 3;
    /*    border: 1px solid brown;*/
    padding: 5px;
    cursor: pointer;
}


.spinBtn img {
    max-width: 100%;
}









.titlePart {
    border: 1px solid brown;
    display: flex;
    flex-wrap: wrap;
}

.titlePart img {
    max-width: 100%;
}

.img_main {
    /*
    background-color: aquamarine;
    border: 1px solid red;
*/
    width: 240px;
    margin: 1.5rem auto;
}


.img_QRcode {
    /*
    background-color: aquamarine;
    border: 1px solid red;
*/
    width: 200px;
    margin: 0.5rem auto;
}





.card {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.card img {
    margin: 2rem;
    width: 100px;

}

@media(max-width: 576px) {
    .card {
        flex-direction: column;
        align-items: center;
    }
}


.downloadText {
    text-align: center;
}


.copyRightText {
    text-align: center;
    color: #3d3d3d;
    font-size: 0.75rem;
}

.imgLogo {
    width: 80px;
    margin: 0.5rem auto;
}

.imgLogo img {
    max-width: 100%;
}
