/* ********************************************** */
/* Logo */
#logo,
#logo-footer {
    background: url("/image/background-logo.png") no-repeat;
    background-color: #e2c2b3;
    border-radius: 50%;
    border: 3px solid #403234;
}

#logo {
    background-size: 85px;
    background-position: 2px 7px;
    width: 100px;
    height: 100px;
}

#logo-footer {
    margin-top: 20px;
    background-size: 40px;
    background-position: 2px 6px;
    width: 50px;
    height: 50px;
    border: 1px solid #403234;
}