html {
    font-family: Helvetica;
}
    body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #e0e0e0;
}
    /*
    background: #e5d2d2;
*/
    div {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* TESTO NON SELEZIONABILE   */
    cursor: default;
}
    #barraSuper {
    position: absolute;
    width: 100%;
    height: 50px;
    font-style: normal;
    text-align: center;
    font-size: 1.2em;
    font-weight: 100;
    padding: 12px;
    color: #000000;
}
    canvas {
    margin-top: 80px;
    z-index: 1;
}
    #dinamicContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
    svg {
    width: 100%;
    height: 100%;
    /* so that you can resize the element */
}
    text {
    text-anchor: middle;
    /* Cancel the svg’s pointer-events */
}
    .infoFrame {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 10%;
    padding: 20px;
    width: 60%;
    height: 55%;
    margin: 0 auto;
    background-color: #2B3990;
    opacity: .96;
    border-radius: 20px;
    text-align: justify;
    font-family: Helvetica;
    font-size: 1.1em;
    font-weight: 100;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px #6c6262;
    box-shadow: 0px 4px 4px #6c6262;
}
    .infoClose {
    position: absolute;
    width: 80px;
    left: 43%;
    right: 44%;
    bottom: 10px;
    font-size: 1em;
}
    h2 {
    font-weight: 100;
    font-style: normal;
    text-align: center;
    font-size: 1.4em;
    color: #ffffff;
}
    h3 {
    font-weight: 100;
    font-style: normal;
    text-align: center;
    font-size: 1.2em;
    line-height: 20px;
    color: #ffffff;
}
    hr {
    width: 98%;
    border: 2px dashed #ffffff;
    margin: 10px auto;
}
    p {
    text-align: center;
    padding: 20px;
}