@charset "utf-8";

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

a {
    color: brown;
    text-decoration: none;
}
a:hover {
    color: blue;
    border-bottom: 1px none blue;
}

.status {
    color: orange;
    font-weight: 400;
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px;
}