.st-member-pos1{
    display: block;
    font-family: "Oswald";
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.blog-tit{
    line-height:20px;
}

.more {
    color: #4ecdc4;
}

.friend-link{
    padding:15px 0;
}


.menu {
    list-style: none;
    display: block;
    padding:10px 0;
    margin-bottom:0;
    
}

    .menu li {
        float: left;
        margin-right: 10px;
    }

        .menu li a {
            text-decoration: none;
            padding-right: 20px;
            display: block; 
        }


.page-not-found {
    margin-top: 100px;
    color: #b3b3b3;
}

.center-align-text {
    text-align: center !important;
}

.page-not-found .number {
    font-size: 150px;
    color: #ed6d49;
    line-height: 100%;
}