@charset "UTF-8";
/* CSS Document */


body {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        font-family: 'Helvetica', sans-serif;
        color: rgba(0, 0, 0, 1);
        letter-spacing: 1.5px;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        background: #fff;
        -webkit-text-size-adjust: 100%;
}


/* ==================================== */


.container_wrap {
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
}
