*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit; }

html {font-size: 62.5%; }
/*html {font-size: 2vw; }*/

body {
    box-sizing: border-box;
    background-color: orangered;
    color: red;
    font-family: 'Neucha', cursive;
    font-family: 'Shadows Into Light', cursive;
    font-family: 'Gloria Hallelujah', cursive;
    font-family: 'Julee', cursive;
}

main {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 100%;
    width: 100%;
}

div {
    text-align: center;
    font-size: 40rem;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    text-shadow: 9px 8px 16px rgba(81,35,22,0.79);
}

.text-pop-up-bottom {
    -webkit-animation: text-pop-up-bottom 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: text-pop-up-bottom 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-8-30 22:50:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-pop-up-bottom
 * ----------------------------------------
 */
@-webkit-keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #693400, 0 2px 0 #693400, 0 3px 0 #693400, 0 4px 0 #693400, 0 5px 0 #693400, 0 6px 0 #693400, 0 7px 0 #693400, 0 8px 0 #693400, 0 9px 0 #693400, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
}
@keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #693400, 0 2px 0 #693400, 0 3px 0 #693400, 0 4px 0 #693400, 0 5px 0 #693400, 0 6px 0 #693400, 0 7px 0 #693400, 0 8px 0 #693400, 0 9px 0 #693400, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
}

/*.card {*/
    /*padding: 33px;*/
    /*font-size: 7rem;*/
    /*color: brown;*/
    /*background-color: white;*/
    /*width: 85vw;*/
    /*margin: 5rem auto;*/
    /*!*border-radius: 50px / 200px;*!*/
/*}*/

/*.top-left-triangle {*/
    /*position: absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 33px solid transparent;*/
    /*border-right: 33px solid transparent;*/
    /*border-bottom: 66px solid red;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/