body {
    background-color: black;
    color: white;
    font-size: 20px;
    font-family:'Times New Roman', Times, serif
}

@font-face {
    font-family: summer-pixel;
    src: url(summer-pixel-22-font/SummerPixel22Regular-jE0W7.ttf)
}
h1 {
    color: black;
    font-family: summer-pixel;
    font-size: 50px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;

    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
}


 #scene {
    background: url('arena.jpg') no-repeat;
    height: 375px;
    width: 750px;
    margin: auto;

    position: relative;
    top: 20px;
    left: 20px;
 }

 #situation {
    position: absolute;
    top: 310px;
    left: 35px;
    padding: 15px 15px 15px 15px;
    margin: auto;

    background-color: rgba(0,0,0,.5);
    width: 640px;
    text-align: center;
 }
a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-align: center;
}