@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');
#TestoValutazione{
    color:white;
    font-family: 'Overpass', sans-serif;
}
.titolo{
    text-align: center;
    color: white;
    animation: neon 3s infinite;
    font-family: 'Overpass', sans-serif;
}

.titolo h1{
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 100px;
    margin-top: 50px;
    font-family: 'Overpass', sans-serif;
}
.immagine1{
    border-radius: 25px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    float:right;
    max-width: 450px;
    max-height: 300px;
}

.domanda{
    display:table;
    width: 100%;
    padding: 30px;
    background-color:rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    margin-bottom: 20px;
    font-family: 'Overpass', sans-serif;
}

.risposte{
    margin-top: 20px !important;
    font-family: 'Overpass', sans-serif;
}


.risposte span{
    padding-left: 5px;
    font-family: 'Overpass', sans-serif;
}

body{
    background: hsla(198, 39%, 28%, 1);
    background: linear-gradient(90deg, hsla(198, 39%, 28%, 1) 0%, hsla(195, 35%, 19%, 1) 50%, hsla(198, 44%, 11%, 1) 100%, hsla(198, 44%, 11%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(198, 39%, 28%, 1) 0%, hsla(195, 35%, 19%, 1) 50%, hsla(198, 44%, 11%, 1) 100%, hsla(198, 44%, 11%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(198, 39%, 28%, 1) 0%, hsla(195, 35%, 19%, 1) 50%, hsla(198, 44%, 11%, 1) 100%, hsla(198, 44%, 11%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2C5364", endColorstr="#203A43", GradientType=1);
    height: auto;
    width: auto;
    color: white !important;
    font-family: 'Overpass', sans-serif;
}

.button{
    background-color: white;
    border: none;
    color:black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 25px;
    position:relative;
    margin-top:5%;
    font-family: 'Overpass', sans-serif;
}

.titolodomanda{
    font-weight:bolder;
    font-family: 'Overpass', sans-serif;
}

.riga::after{
    content: "";
    display: table;
    clear: both;
}

.colonna{
    float: left;
    width: 50%;
}

.valuta{
    background-color: white;
    border: none;
    color:black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    margin-bottom: 50px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 25px;
    margin-top:5%;
    position: relative;
    display: grid;
    font-family: 'Overpass', sans-serif;
}

.modal-content{
    text-align: center;
    background: hsla(198, 39%, 28%, 1);
    background: linear-gradient(90deg, hsla(198, 39%, 28%, 1) 0%, hsla(195, 35%, 19%, 1) 50%, hsla(198, 44%, 11%, 1) 100%, hsla(198, 44%, 11%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(198, 39%, 28%, 1) 0%, hsla(195, 35%, 19%, 1) 50%, hsla(198, 44%, 11%, 1) 100%, hsla(198, 44%, 11%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(198, 39%, 28%, 1) 0%, hsla(195, 35%, 19%, 1) 50%, hsla(198, 44%, 11%, 1) 100%, hsla(198, 44%, 11%, 1) 100%) !important;
    border-radius: 15px !important;
    -webkit-box-shadow: 5px 5px 15px 5px #2C5364 !important; 
    box-shadow: 5px 5px 15px 5px #2C5364 !important;
}

.close{
    color: white !important;
}

.btn-primary{
    color: white !important;
    font-family: 'Overpass', sans-serif;
    background-color: transparent !important;
    border: solid 2px white !important;
    color: white !important;
    font-weight: 100 !important;
    border-radius: 20px !important;
}
.modal-header{
    border-bottom: none !important;
}
.modal-footer{
    border-top: none !important;
}

.btn{
    padding: 5px 20px !important;
}

:root {
    --shadow-color: #74cef1;
    --shadow-color-light: white;
  }

@keyframes neon {
    0% {
      text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
      0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
      0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
    50% {
      text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
      0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
      0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
    }
    100% {
      text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
      0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
      0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
}