body {
    background-color: #616161;
    background-image: url(./9dcc0c36d73afc34ebdb18dc94e62358.0000000.jpg);
}
.quiz {
    border: 1px solid #ddd;
}
h2 {
    color: white;
}
h3 {
    color: white;
    font-size: 13px;
}
p {
    color: white;
}
hr {
    border: 5px solid #0f1214;
    margin-bottom: 20px;
}
.vybor {
    display: flex;
    gap: 100px;
}
a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    margin-left: 110px;
}
header {
    display: flex;
    gap: 200px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans';
    color: rgb(255, 255, 255);
    background-color: #4e595e;
    padding-left: 90px;
    border-radius: 20px;
    margin-bottom: 20px;
}