body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #007587;
    font-family: "Lato", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    line-height: 1 !important;
}

h2 {
    font-size: 5rem;
}

h1,
h2,
h3,
h4,
h5,
.btn {
    font-weight: 900;
}

h1,
h2,
h4,
h5 {
    line-height: 1 !important;

}

.btn {
    font-size: 2rem;
    padding: 0.2rem 3rem;
    background: #2b96d1;
    border-radius: 15px;
    border: none;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: url("./upload/bg.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
}

#domanda {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

#opzioni {
    width: fit-content;
    margin: auto;
}

#opzioni label {
    width: 100%;
    margin-bottom: 1.5rem;
}

#opzioni input[type="radio"] {
    display: none;
}

.hidden {
    display: none;
}

.v-hidden {
    visibility: hidden;
}


.correct {
    background-color: #83c89a !important;
}

.wrong {
    background-color: #ff4a4a !important;
}

.buttons {
    margin-top: 1rem;
}

.buttons button {
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.home {
    width: 50px;
    height: auto;
    margin: 3%;
}

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo-ipsen {
    max-width: 250px;
    height: auto;
}

#spiegazione {
    min-height: 200px;
    height: 100%;
}

.bibliografia {
    font-size: 14px;

}

.finalScore {
    background: #007587;
    padding: 15px 30px;
    display: table;
    margin: 25px auto;
    font-size: 12rem;
    border-radius: 15px;
}