body {
    background-image: url("../img/bg-low.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}
.bg-colore2{
    background-color: #e2e2e2 ;
}

a,
a:visited,
a:active {
    text-decoration: none !important;
}
nav a{
    background-color:#e2e2e2 !important;
    color: #50245d  !important;
}
nav a:hover{
    text-decoration: none ;
    color:#e2e2e2 ;
    background-color : #50245d  ;
}

nav a:not(.logo-link){
    background-color:#e2e2e2 !important;
    color: #50245d  !important;
}
nav a:not(.logo-link):hover{
    text-decoration: none !important;
    color:#e2e2e2 !important;
    background-color : #50245d  !important;
}

.bg-colore3{
    background: linear-gradient(0, #9b9b9b 0%, #6c6b6c 100%);
}

.bg-gradient{
    background: url("../img/bg-gradient.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100%;
}

p{
    font-size: small;
}