@media only screen and (min-width: 768px) {
    .avatar-xxl {
        margin-bottom: 2rem;
        width: 15rem;
        height: 15rem;
    }
    .avatar-xxl img {
        width: 15rem;
        height: 15rem;
    }
}

textarea.form-control {
    height: 200px;
}

.sfondosel {
    border: 2px solid #00d0f1;
}

.menu-piccolo {
    font-size: 12px !important;
}
#copyright {
    padding-left: 30px;
    padding-top: 60px;
    color: #fff;
    font-size: 12px !important;
}