body {
    height: 100vh; 
    width: 100vw; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #ffef86;
    margin: 0;
}

.gtw:hover{
    transition: 200ms;
    background-color: #ffd04f!important;
    cursor: pointer;
}

main{
    position: fixed;
    top: 5%;
    width: 300px;
    height: 350px;
    background-color: #ffe95e;
    background-image: url(/img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    border: 3px solid black;
}

nav{
    width: 300px;
    height: 60px;
    background-color: #ffcd29;
    border-radius: 7px 7px 0 0 ;
    margin: 0;
    display: block;
    border-bottom: 3px solid black;
    position: fixed;
}

.title{
    display: inline-block;
    margin: 11px;
    font-size: 30px;
    font-family: "Pixelify Sans", sans-serif;
    color: black;
}

.type{
    transition: 250ms;
    cursor: pointer;
    font-family: "Pixelify Sans";
    text-decoration: none;
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-color: #ffef86;
    color: rgb(214, 154, 0);
    font-size: 20px;
    border: 2px solid black;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type:hover{
    background-color: #ffe642;
}

.remarks{
    text-align: center;
    font-family: "Pixelify Sans", sans-serif;
    font-size: x-large;    
    z-index: 9;
    height: 40px;
    width: 220px;
    border-radius: 15px;
    background-color: #ffef86;
    margin: 37px;
    transform: translateY(-70px);
    border: 3px solid black;
    position: relative;
}

@keyframes wobble {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(0deg); }
    35% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    65% { transform: rotate(15deg); }
    100% { transform: rotate(0deg); }
  }

  @keyframes dizz{
    50%{
        transform: translateY(10px);
    }
  }

  @keyframes dizz2{
    0%,100%{
        transform: translateY(0) scaleX(-1);
    }
    50%{
        transform: translateY(10px) scaleX(-1);
    }
  }

  @keyframes hand {
    100%,0%{top: 17px; z-index: 10;}
    24%{z-index: 10;}
    25%{top: 30px; z-index: 10;}
    55%{top: 17px;}
    65%{top: 17px;}
    74%{z-index: 8;}
    75%{top: 50px; z-index: 8;}
  }
  @keyframes pika {
    100%, 0%{top: 17px;}
    24%{top: 30px;}
    45%{top: 17px;}
    65%{top: 17px;}
    75%{top: 50px;}
  }

.pika{
    animation: pika 2.5s infinite;
    position: absolute;
    z-index: 8;
    height: 250px;
    left: 35.5px;
    top: 17px;
}

.pikahands{
    animation: hand 2.5s infinite;
    position: absolute;
    z-index: 10;
    height: 250px;
    left: 160px;
    top: 17px;
    left: 35.5px;
}

.bolt1{
    animation: dizz 1s infinite;
    z-index: 3;
    height: 90px;
    position: absolute;
    left: 40px;
    bottom: 145px;
}
.bolt2{
    animation: dizz2 1.5s infinite;
    height: 55px;
    position: absolute;
    left: 230px;
    bottom: 50px;
    transform: scaleX(-1);
}
.ball{
    z-index: 10;
    height: 30px;
    left: 50px;
    bottom: 18px;
    position: absolute;
    animation: wobble 1s infinite;
}

@keyframes tb{
    0%{top: 100px;}
    50%{top:80px;}
    100%{top: 100px;}
}
@keyframes tb2{
    0%{bottom: -190px;}
    50%{bottom: -210px;}
    100%{bottom: -190px;}
}

.eb{
    transition: 200ms;
    animation: tb 3s infinite;
    display: table;
    position: absolute;
    background-image: url(/img/eb.png);
    background-position: center;
    background-size: cover;
    left: 210px;
    top: 100px;
    width: 80px;
    height: 80px;
}
.eb2{
    text-align: center;
    transition: 200ms;
    animation: tb2 3s infinite;
    display: flexbox;;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-image: url(/img/eb.png);
    background-position: center;
    background-size: cover;
    left: 1px;
    bottom: -200px;
    width: 80px;
    height: 80px;
}

.data{
    text-align: center;
    display: relative;
    position: absolute;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 18px;
    display: fixed;
    margin: 0;
    left: 22px;
    top: 35px;
    letter-spacing: -2px;
    margin: 1.5px;
}