/* 標頭 */

.head .card {
    background: url("../image/background.jpg") no-repeat;
    background-size: 100% auto;
    flex-direction: row;
    justify-content: center;
}

#avator {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}



/* 一般設定 */

.container {
    max-width: 900px !important;
}

.card {
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 10px #757575;
    margin: 15px 0;
    padding: 15px;
}

.card .content {
    justify-content: left;
    width: 100%;
}

.social {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-size: 1.5em;
}

.social-icon {
    color: #28A745;
}

h5 {
    margin: 0!important;
}

hr {
    height: 1px!important;
    width: 90%;
    margin-top: 12px!important;
    border: none;
    background: gray;
}