@charset "utf-8";

.mt5 {
    margin-top:5rem;
}

.mt3 {
    margin-top:3rem;
}

.mt2 {
    margin-top:2rem;
}

.mt1 {
    margin-top:1rem;
}

.text-center {
    text-align:center;
}

.text-left {
    text-align:left;
}

.row {
    width:310px;
    margin-left: auto;
    margin-right: auto;
}
