#back-to-top {
    position: fixed;
    bottom: 21px;
    right: 21px;
    z-index: 12;
}
.btn-edit {
    border: 2px solid #945f34;
    border-radius: 4rem;
    color: #945f34;
    padding: 10px 15px;
    display: inline-block;
    transition: all 0.3s;
}
.btn-edit:hover {
    background-color: white;
    color: #945f34;
    transform: scale(1.15)
}