body.pc {
    min-width: 1280px;
}

a {
    cursor: pointer;
}

a.underline {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

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

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

.text-white {
    color: white;
}