body{
    font-family: Microsoft JhengHei;
    background-image: url(../images/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding-top: 180px; 
}

.title {
    color: #FA8072;
    font-weight: bold;
}

