@import url("main.css");
section {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.404);
}
/* back */
.back-btn {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}
.back-btn:hover {
    text-decoration: underline;
}
/* prop */
.detail-profile {
    text-align: center;
}
.detail-profile h1 {
    font-size: 20px;
    color: #888;
}
.detail-profile img {
    width: 120px;
    border-radius: 50%;
}
/* card box */
.detail-box {
    margin-bottom: 20px;
}
.detail-box h2 {
    font-size: 16px;
    margin-bottom: 10px;
    border-left: 4px #4cf #8cf;
    padding-left: 10px;
}
ul {
    padding-left: 25px;
}
li {
    list-style: disc;
}
.detail-box p,
.detail-box li {
    font-style: 13px;
    color: #555;
    line-height: 1.6;
}
