body {
    background-color: #2e2e2e;
    margin: 0%;
    padding: 0%;
}
div {
    margin: 0%;
    padding: 0%;
    text-align: center;
}
#contenitore-testata {
    background-color: #202020;
    color: #d0d0d0;
    padding: 1%;
}
#contenitore-menu {
    background-color: orangered;
    position: sticky;
    top: 0;
    padding: .5%;
    overflow: hidden;
    z-index: 2;
}
#contenitore-centrale {
    background-color: #202020;
    position: relative;
    overflow: hidden;
}
#centro {
    margin: auto;
    background-image: url(imgs/bg2.png);
    background-size: cover;
    max-width: 1300px;
    height: 750px;
    color: #d0d0d0;
    padding: 2%;
    z-index: 1;
    position: relative;
}
#contenitore-fondo {
    padding: 2%;
}
#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

/* -------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: 'arial black';
}
h1 {
    font-size: 3rem;
    text-transform: uppercase;
    color: orangered;
}
#centro h1 {
    text-decoration: underline;
    color: #d0d0d0;
    font-size: 2.5rem;
}
h2 {
    font-size: 1.5rem;
    font-style: italic;
}
h3 {
    font-size: 1.2rem;
    font-family: 'arial black';
}
p {
    font-family: arial;
}
ul {
    margin: 0, auto;
    list-style: none;
}

td {
    padding: 5px;
}
li {
    display: inline-block;
    min-width: 10%;
    text-align: center;
    color: black;
    text-decoration: none;
}
a {
    color: black;
    text-decoration: none; 
}
hr {
    margin: 1%;
}
span {
    -webkit-text-stroke: 1px orangered;
}

*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

#bottone {
    background-color: #2e2e2e;
    border: none;
    color: orangered;
    padding: 10px;
}

#bottone:hover {
    transform: scale(1.1);
    cursor: pointer;
    color: #d0d0d0;
}


/* -------------------------------------------------------------------------------------------- */
.box {
    width: 150px;
    height: 120px;
    background-color: hsl(0, 0%, 47%);
    border-radius: 60px;
    color: #d0d0d0;
    transition: transform .3s;
}
.box {
    position:absolute;
    color: #d0d0d0;
}
button.XII {
    top: 8%;
    margin: 5% auto;
    left: 0;
    right: 0;
}
button.I {
    top: 13%;
    right: 33%;
    margin: 5% auto;
}
button.II {
    top: 23%;
    right: 23%;
    margin: 5% auto;
}
button.III {
    top: 41%;
    right: 18%;
    margin: 5% auto;
}
button.IV {
    top: 59%;
    right: 23%;
    margin: 5% auto;
}
button.V {
    top: 69%;
    right: 33%;
    margin: 5% auto;
}
button.VI {
    top: 74%;
    margin: 5% auto;
    left: 0;
    right: 0;
}
button.VII {
    top: 69%;
    left: 33%;
    margin: 5% auto;
}
button.VIII {
    top: 59%;
    left: 23%;
    margin: 5% auto;
}
button.IX {
    top: 41%;
    left: 18%;
    margin: 5% auto;
}
button.X {
    top: 23%;
    left: 23%;
    margin: 5% auto;
}
button.XI {
    top: 13%;
    left: 33%;
    margin: 5% auto;
}

.box>*{
    padding-top: 40px;
}
button:hover {
    transform: scale(1.08);
    cursor: pointer;
}

#button {
    width: fit-content;
    opacity: 0;
    position:fixed;
    top: 65%;
    margin: 5% auto;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #404040;
    color: #d0d0d0;
    padding: 10px;
    transition: transform .3s;
}
.domande {
    width: 1000px;
    height: 600px;
    display: none;
    background-color: hsl(0, 0%, 47%);
    color: #d0d0d0;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border-radius: 40px;
    font-style: italic;
}
.domande>:first-child{
    position: absolute;
    top: 10%;
    left: 30%;
    transform: translate(-50%, 0%);
    font-size: 2rem;
    font-weight: bold;
    width: 500px;
}
.hint {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, 0%);
    font-size: 2rem;
    font-weight: bold;
    width: 500px;
}
.hint2 {
    opacity: 0;
    position: absolute;
    top: 65%;
    left: 30%;
    transform: translate(-50%, 0%);
    font-size: 2rem;
    font-weight: bold;
    width: 500px;
}
.linea {
    border-bottom: 3px solid #d0d0d0;
    padding-bottom: 40px;
    width: 800px;
}
.r1, .r2 {
    color: #d0d0d0;
}
.centrino {
    position: absolute;
    top: 48%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    width: 500px;
    font-size: 3rem;
}
.ans {
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 75%;
    transform: translate(-50%, 0%);
    width: 400px;
}
img {
    width: 150px;
}
.audioBtn {
    position: static !important;
    background-color: #404040;
    padding: 5px;
    color: #d0d0d0;
}
#bottone {
    position: static !important;
}
