.card {
    box-shadow: 0 0 1px #edd6b3, 0 1px 3px #e9c288;
    margin-bottom: 1rem;
}
.card-amimono {
    color: #fff;
    background-color: #c9a07f;
    border-color: #c9a07f;
    box-shadow: none;
}
.profile-user-img {
    border: 3px solid #c08f64;
    margin: 0 auto;
    padding: 3px;
    width: 150px;
}
.content-wrapper {
    padding-top: 5%;
}
a {
    color: #c08f64;
}
.title-link {
    color: #c08f64;
}
.title-link:hover {
    color: #d4cac0;
    transition: all  0.3s ease;
}
.navbar::before{
	content: none;
}
.navbar::after {
	content: none;
}

.page-link {
    color: #c08f64;
}
.page-link:hover {
    color: #56402d;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* alert css */
.alert-amimono {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert a {
    color: #c08f64;
    text-decoration: underline;
}
.alert a:hover {
    color: #856404;
    text-decoration: none;
}