.img{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.art {
    position: absolute;
    height: 640px;
    width: 360px;
    top: 20%;
}
.artLeft{
    left: 25%
}
.artRight{
    right: 25%
}
.text{
    font-size: larger;
    font-family: Verdana, Geneva, Tahoma, sans-serif

}
.vs{
    position: absolute;
    left: 49%;
    top: 50%;
    font-size: 35px;
}
.textTop {
    position: absolute;
    left: 35%;
    top: 7%;
    text-align: center;
}
.humanArtInfos {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.infosGradient {
    position: relative;
    width: 100%;
    height: 80%;
    bottom: 20%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.infosPlainBackround {
    position: relative;
    width: 100%;
    height: 20%;
    top:80%;
    background-color: white;   
    font-size: x-large;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.artistInfoContent {
    z-index: 2;
    top:80%;
}
.result {
    position: absolute;
    height: 640px;
    width: 360px;
    top: 20%;
    overflow: hidden;
}
.resultLeft {
    left: 25%
}
.resultRight {
    right: 25%
}
.correct, .wrong{
    position: absolute;
    height: 640px;
    width: 360px;
    top: -20%;
    z-index: 3;
}
.nextRound {
    font-size: 40px;
    position: absolute;
    bottom: 15%;
    left: 45%
}
.score {
    font-size: 35px;
    position: absolute;
    bottom: 10%;
    left: 47%
}
.highScore {
    font-size: 35px;
    position: absolute;
    bottom: 5%;
    left: 45%
}