@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Waterfall&display=swap');
.page h1, .page h2, .page h3{
    font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
}
.page h1{
    font-size: 33px;
}
.page h2{
    font-size: 26px;
}
.page h3{
    font-size: 23px;
}
.page .types h3{
    font-size: 19px;
}
.loop39 {
    width: 100%;
    height: 330px;
    background: url(/wp-content/uploads/punching-pattern-hs39.png) repeat-y;
    background-position: 0 0;
    -webkit-animation: bgroop 100s linear infinite;
    animation: bgroop 100s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loop39 h2{
    margin: 15px;
    text-align: center;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.77), 1px 1px 0 rgba(255, 255, 255, 0.77), 0 1px 0 rgba(255, 255, 255, 0.77), -1px 1px 0 rgba(255, 255, 255, 0.77), -1px 0 0 rgba(255, 255, 255, 0.77), -1px -1px 0 rgba(255, 255, 255, 0.77), 0 -1px 0 rgba(255, 255, 255, 0.77), 1px -1px 0 rgba(255, 255, 255, 0.77);
}
.fend{
    align-items: flex-end;
    display: flex;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 50% 0;
    }
    to {
        background-position: 50% -1023px;
    }
}
@keyframes bgroop {
    from {
        background-position: 50% 0;
    }
    to {
        background-position: 50% -1023px;
    }
}
