body {
   background-image: url('Bg.png')
}


div {
color: #99ccff;
background-color: darkblue;
width: 1420px;
height: 1000px;
padding: 50px;
margin 50px;
}

h1 {
color: #99ccff;
background-color: darkblue;
width: 1420px;
height: 10px;
padding: 50px;
margin 50px;
}

#Time-Shooter {
position: absolute;
left: 50px;
top: 400px;
border:none;
width: 500px;
height: 100px;
color: lightgreen;
background-color: darkgreen;
}
#Time-Shooter:hover {
background-color: green;
}


#Impossible-Obby {
position: absolute;
left: 1000px;
top: 400px;
border:none;
width: 500px;
height: 100px;
color: lightgreen;
background-color: darkgreen;
}
#Impossible-Obby:hover {
background-color: green;
}


#Slope2 {
position: absolute;
left: 50px;
top: 500px;
border:none;
width: 500px;
height: 100px;
color: lightgreen;
background-color: darkgreen;
}
#Slope2:hover {
background-color: green;
}
