* {
    font-family: 'Roboto', sans-serif;
}

h1 {
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px #000;
    margin-top: 20px;
    margin-bottom: 20px;
} 

h2 {
    color: white;
    text-shadow: 1px 1px #000;
    margin-bottom: 10px;
}

h3 {
    width: 100%;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 25px;
    background-color: #50118a;
}

.bigMarginTop {
    margin-top: 50px;
}

.colTitle {
    background-color: #a87dad;
    color: white;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.colValue {
    background-color: #d7b2db;
    color: white;
    text-shadow: 1px 1px #000;
    font-size: 20px;
}

.colValue.correct {
    background-color: #06cca1;
}

.colValue.wrong {
    background-color: #e94964;
}

.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
 }

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.conclusion {
    color: white;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    font-size: 25px;
    padding-top: 10px;
}

.goodCount {
    background-color: #06cca1;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.wrongCount {
    background-color: #e94964;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.finalScore {
    background-color: #50118a;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
