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_elements.jpg') no-repeat;
    height: 375px;
    width: 750px;

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

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

    background-color: rgba(0,0,0,.5);
    width: 640px;
    text-align: center;
 }

 #Earth {

position: absolute;
left: 160px;
top: 125px;

width: 50px;
height: 53px;
 }

 #Earth:hover {
    background-color: rgba(165, 42, 42, .5);
 }

 #Wind {
    position: absolute;
    left: 230px;
    top: 160px;

    width: 60px;
    height: 60px;
 }

 #Wind:hover {
    background-color: rgba(256, 256, 256, .5);
 }

 #Water {
    position: absolute;
    left: 470px;
    top: 150px;

    width: 50px;
    height: 80px;
 }

 #Water:hover {
    background-color: rgba(0, 0, 255, .5);
 }

#Fire {
   position: absolute;
   left: 540px;
   top: 130px;

   width: 50px;
   height: 60px;
}

#Fire:hover {
   background-color: rgba(255, 0, 0, .5);
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-align: center;
}