
.menu .a{
    color: inherit;
    left: 0;
}

.menu .a:hover{
    color: var(--hover);
    left: 10px;
}

.titolo1{

    text-align: center;
    color: #ffff;
}
.about-p{
     font-size:  clamp(15px, 2.5vw, 26px);
    text-align: justify;
    margin: 0 14% 0 14%;
    color: #ffff;
    text-shadow: 1px 1px var(--colore1);
}

.about-p p{
    margin: 0;
}



.meow-script-regular {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
}



.highlight{
    text-shadow: 1px 1px 1px #00000085;
    padding: 10px;
    font-size:  clamp(15px, 2.5vw, 26px);
    color: #ffff;
    text-align: center;
    font-style: oblique;
    font-weight:lighter;
}
.subP{
    text-decoration: underline;
      padding: 15px 0 15px 0;
    font-size: clamp(10px, 1.8vw, 18px);
    color: #ffff;
    text-align: center;  
}

#imgTesto{
    margin: 20px 0 5px 0; 
    width: 100%;
    height: fit-content;
}
#imgTesto img{
    margin: 0;
    padding: 0;
    width: 100%;
}
#homeA{
     color: var(--hover);
    left: 10px;
}
#languageBox{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    position: absolute;
    right: 0;
    margin: 2% 5% 0 0;
}
.languageSvg{
    display: block;
    margin: clamp(5px, 0.5vw, 10px );
    height: clamp(8px, 2vw, 27px );
    width: clamp(8px, 2vw, 27px );
}

#greyScale{
    cursor: pointer;
    filter: grayscale(100%);
}