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

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.8em;
    color: rgba(31,31,31,1.00);
    font-weight: 400;
}

h1 {
    font-variant: normal;
    font-weight: 600;
    font-size: 18px;
    
}
.center{
    /* [disabled]display:flex; */
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.box {
    display: block;
    text-align: center;

}
.box2 {
    display: block;
    text-align: left;
    margin-left: 20%;
    border-left: 2px solid rgba(180,180,180,1.00);
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box3 {
    display: block;
    text-align: left;
    margin-left: 20%;
}
.infoText {
    font-weight: 400;
    font-size: 11px;
    color: rgba(55,55,55,0.45);
}
