body {
    background-color: #f9484a;
    background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%);
    background-size: cover;


}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.show {
    display: flex;
}

.space-buyer {
    height: 60px;
}

.general-container {
    border-top: 20px solid crimson;
    border-bottom: 20px solid crimson;
    margin-top: 20px;

}

.set-qn-container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}



.choice {
    display: flex;
    justify-content: space-around;
    border: 2px solid red;
    border-radius: 10px;
    margin: 10px 0;
    padding: 20px;
}
#enter-question, .set-qn-save-buttons {
    width: 100%;
}

.set-qn-save-buttons {
    display: flex;
    justify-content: center;
}

.set-qn-save-buttons button {
    margin: 0 5px;
}

.radio-btn {
    border: 1px solid crimson;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
    color: crimson;
}

.set-choice-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}


.hide {
    display: none;
}

.welcome-container {
    margin-top: 15px;
}

.labels {
    color: white;
    font-family: sans-serif;
    font-size: 23px;
}

.glass {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    backdrop-filter: blur(5px);

}

.welcome-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;

}

.welcome-form * {
    margin: 10px;
}

.bottom-line {
    background: none;
    outline: none;
    border-width: 0px;
    border-bottom: 1px solid crimson;
    color: darkred;
    padding: 0 10px;
    font-size: 21px;
    font-family: sans-serif;
    width: 80%;

}

.each-question-container {
    margin: 20px 0;
    color: darkred;
}

.choice-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.choice-label {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: break-word;
    margin: 5px;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid darkred;
    padding: 40px;
    font-size: 2em;
    cursor: pointer;
    /*background: black;*/
    color: darkred;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (max-width: 875px) {
    .choice-label {
        flex-grow: unset;
        flex-basis: unset;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        font-size: 1.5em;
    }
}

.finish-button {
    width: 190px;
    border: 1px solid lightpink;
    border-radius: 50px;
    color: white
}

.result-container {
    width: 400px;
    height: 400px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.result-container p {
    font-family: sans-serif;
    font-size: 20px;
}

.script p{
    font-family: sans-serif;
    font-size: 25px;
}


.result-buttons {
    display: flex;
    justify-content: space-between;
}

.score-text {
    font-size: 6em;
    color: crimson;
}

.score-container {
    border: 1px solid crimson;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tests-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    padding: 15px;
    flex-wrap: wrap;
}
.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-cont {
    display: flex;
    justify-content: center;
}

.upload-image {
    margin: 40px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.upload-image * {
    margin: 10px 0;
}

.logo-container {
    display: flex;
    background-position: center;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: auto;
}

.pointer {
    cursor: pointer;
}

.card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.declaration {
    font-size: 20px;
    font-family: sans-serif;
}


::placeholder {
    color: crimson;
}

.my-custom-scrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}