body{
    background-image: url(../img_incorrect/game_over.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size:13px;
}

.answer{
    width:34vw;
    position: absolute;
    top:162vw;
    left:33vw;
}

.map{
    width:34vw;
    position: absolute;
    top:176vw;
    left:33vw;
}

.option{
    width:40vw;
    position: absolute;
    top:190vw;
    left:30vw;
}