.flex_r{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.flex_c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.margin_bottom{
    margin: 0% 0% 1% 0%;
}
.paper{
    font-family: 'Paperlogy-8ExtraBold';
}
.suit{
    font-family: 'SUIT';
}
.gray{
    color: #333333;
}
.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.fs1{
    font-size: 1vw;   
}
.fs1_1{
    font-size: 1.1vw;   
}
.fs1_2{
    font-size: 1.2vw;   
}
.fs1_3{
    font-size: 1.3vw;   
}
.fs1_5{
    font-size: 1.5vw;   
}
.fs5{
    font-size: 5vw;
}
