@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : fortune.css
Description :
===================================================================== */

/* =====================================================================
*    fortune_result
* =================================================================== */
body {
    margin: 0px!important;
}

.fortune_result {
    position: relative;
    background-color: #f29473;
    height: 100vh;
    width: 100vw;
}

.fortune_img {
    position: absolute;
    width: calc(150 / 750 * 100%);
    top: 42%;
    left: 42%;
}

.fortune_img img{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .fortune_img {
        width: calc(150 / 1000 * 100%);
        max-width: 210px;
        top: 40%;
        left: 45%;
    }

    
}
