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_attack.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;
 }

#Physical {

    position: absolute;
    top: 105px;
    left: 190px;

    width: 80px;
    height: 90px;
}

#Physical:hover {
    background: rgba(225, 0, 0, .5);
}
a {
    color: white;
    text-decoration: none;
}

#Magic {
    position: absolute;
    top: 105px;
    left: 450px;

    width: 80px;
    height: 90px;
}

#Magic:hover {
    background: rgba(255, 255, 0, .5);
}
a:hover {
    text-decoration: underline;
}

p {
    text-align: center;
}