body{
    background: #fbeabf;
}

.btn-primary{
    background: #503105;
    border: #503105;
}

.btn-primary:hover{
    background: #724608;
    border: #724608;
}

.profile-img{
    border: 3px solid #503105;
    display: block;
    width: 100%;
}


/* mobile screen view */

@media only screen and (max-width: 768px) {
    .profile-img{
        margin-bottom: 1rem;
    }
}