body{
    min-height: 100vh;
    background-image: url(/immagini/weights.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-color: #29292988;
}
.diviniziale {
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
}
.hompage{
    width: 100%;
    padding: 0%;
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
}
.hompage a{
    text-decoration: none;
    color:#ff9900;
    padding: 3vh;
    font-family: "Barlow", Sans-serif;
    font-size: 1.5em;
}
.hompage li{
 
  margin-left: 6%;
}
.hompage a:hover{
    color: #ff990086;
    cursor: pointer;
}

label{
    color: white;
}


