body {
    background-color: #3CF33C;
}
#Sfondo_sopra {
    text-align: center;
    background-color: #3CF33C;
    position: fixed;
    max-height: 30%;
    width: 100%;
    text-align: left;
    top: 0
}
#sitebody {
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
    padding-left: 3%;
}
#Calcolo_velocità {
    height: 651.96px;
}
#Distanza-e-pulsante {
    padding-top: 2%;
    padding-bottom: 3%;
    margin-right: 10%;
    margin-left: 8%;
    background-color: #AAAAAA;
    border-radius: 8px;
    box-shadow: 0 0 5px #AAAAAA;
}
#Risultato-velocità {
    float: left;
    margin-right: 0px;
    width: 70.2%;
    margin-left: -3.5%;
    background-color: white;
}
#Informazioni-generali {
    float: right;
    margin-left: 0px;
    margin-right: 0px;
    background-color:white;
    width: 33%;
    display: none;
}
#VelocitaDS {
    float: left;
    text-align: center;
    margin-left: 10%;
}
#VelocitaUS {
    float: right;
    text-align: center;
    margin-right: 10%;
}
#pages {
    color: white;
    padding-top: 1%;
    padding-right: 5%;
    float: right;
    text-align: left;
    width: 70%;
}
#Home {
    background-color: #008200;
    width: 8%;
    text-align: center;
    border-radius: 5%;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0 0 7px #006200;
}
.green {
    color: #008900;
    font-size: 25px;
}
.maxi {
    font-size: 20px;
}
.flexy {max-width: 80%;}
#Pulsante-Calcolo {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border:white 3px solid;
    color:white;
    background-color: transparent;
    border-radius: 8px;
    text-shadow: 0 0 2px white;
    padding: 5px 3px;
    box-shadow: 0 0 1px white;
}
#Tratta-Rame {
    display: none;
    box-shadow: 0 0 8px gray;
}
#Articolo-Derivazioni {
    color: white;
    background-image: url(Img-Articolo-Derivazioni.png);
    background-size: cover;
    padding: 16px 0 0;
    max-width: 28%;
}
.Titolo-Articolo {
    position: relative;
}
.Titolo-Articolo::after {
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(20, 255, 30);
}
#Contenuto-Articolo-Derivazioni {
    padding: 12px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(10, 10, 10, 0.3), rgba(0, 0, 0, 0.5));
}
.Bottone-Articolo {
    background-color: rgb(20, 255, 30);
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 3px;
    color: black;
}
#Articoli-Consigliati {
    display: none;
}
#Derivate {
    display: none;
    box-shadow: 0 0 8px gray;
}
#Immagine-sopra {
    width: 20%;
    height: 10%;
    float: left;
    background-image: url(Banner-sopra.png);
    background-size: cover;
    position: absolute;
}
.upimage {
    max-width: 20%;
    min-height: 5%;
}