h1 {
    font-family: graffiti;
    text-align: center;
    font-size: 4vw;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
    color: #e7e7e7;
    text-align: center;
    font-size: 3vw;
}

h3 {
    font-family: 'Courier New', Courier, monospace;
    color: #e7e7e7;
    text-align: center;
    font-size: 3.5vw;
    margin: 3%;
}
p {
    color: #e7e7e7;
    font-size: 4vw;
    line-height: 8vh;
    text-align: center;
    margin: 3%;
}
.raspunsuri {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 30vh;
    line-height: 5vh;
}
.raspuns{
    color: #e7e7e7;
    background-color: #202124;
    width: 100%;
    height: 25%;
    font-size: 6vh;
}
