#loader {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    border-top: solid 40px rgb(121, 219, 195);
    border-bottom: solid 40px rgb(121, 219, 195);
}

#loader div {
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.card .activator {
    background-size: cover;
}

#about {
    height: 80%;
}

.top-title {
    font-size: 1.5em;
    text-align: center;
    padding: 40px;
    font-weight: bold;
}

.content {
    text-align: justify;
    padding: 40px;

}

.zegota {
    background-image: url(../img/logo.png);
    background-origin: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: -15px;
}

.ubs {
    background-image: url(old/img/ubs.jpg);
    background-origin: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.correct {
    display: block !important;
    background: green;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.wrong {
    display: block !important;
    background: red;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.chosen {
    border: solid 2px blue;
}

.div-finale {
    background-image: url(old/img/parabens.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.p-finale {
    font-size: 1.3em;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.card-fix {
    width: 100%
}

.card-fix img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

#questions-acrd a .card {
    padding: 10px;
}

.top-title-desc {
    padding: 20px;
}

.question-text {
    text-align: left !important;
    font-weight: bold !important;
    font-size:  m !important;
    padding: 20px !important;,,
}