body {
    font-family: Microsoft JhengHei;
}

.hooray-logo {
    width: 167px;
    height: 106px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/logo.jpg);
}

.copyright {
    background-color: #333333;
    color: #e8e8e8;
    font-size: 0.8rem;
}

.title {
    text-align: center;
    padding: 5px;
    color: #E63F00;
    font-weight: bold;
    position: relative;
    font-size: 1.5rem;
    margin-top: 30px;
}

.orange-line {
    width: 100%;
    height: 4px;
    background-color: #E63F00;
}