* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 37.5px;
}

body {
    /* font-size: 24px; */
    font-family: 'Times New Roman', Times, serif;
    color: #474747;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
}

.pos_rela {
    position: relative;
}

.blue {
    background: linear-gradient(to top, rgba(52, 114, 255, 1), rgba(52, 114, 255, 0)) !important;
}

.yellow {
    background: linear-gradient(to top, rgba(255, 213, 52, 1), rgba(255, 213, 52, 0)) !important;
}

.green {
    background: linear-gradient(to top, rgba(108, 191, 42, 1), rgba(108, 191, 42, 0)) !important;
}

.pink {
    background: linear-gradient(to top, rgba(236, 39, 124, 1), rgba(236, 39, 124, 0)) !important;
}

.purple {
    background: linear-gradient(to top, rgba(152, 19, 160, 1), rgba(152, 19, 160, 0)) !important;
}

.app {
    width: 100%;
    height: auto;
    background: repeating-linear-gradient(to bottom, #fff59d 10%, #ff8cb2 35%, #fff59d 80%) !important;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

@font-face {
    font-family: 'KIDSWAL';
    src: url('../KIDSWAL-Z8NO0.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.logo {
    width: 3.52rem;
    height: 1.36rem;
    font-family: 'KIDSWAL' !important;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.dialog {
    z-index: 2000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 127.55102vw !important;
    overflow: hidden;
    font-size: 4.08163vw;
    background-color: #fff;
    border-radius: 2vw;
    transform: translate3d(-50%, -50%, 0);
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity;
}