html,body,#playground {
background-color: black;
font-family: 'Segoe UI', sans-serif;
text-align: center;
}
#firstDiv {
position: relative;
margin-left: auto;
margin-right: auto;
height: 600px;
width: 800px;
}
#welcomeScreen {
position: relative;
height: 600px;
width: 800px;
margin-left: auto;
margin-right: auto;
z-index: 100;
background-color: black;
background-image: url(assets/img/splash.png);
}
#welcome1 {
position: absolute;
width: 800px;
height: 600px;
}
#loadingBar {
position: relative;
margin-left: 100px;
height: 15px;
width: 0px;
background-color: blue;
}
#healthwrapper {
position: relative;
width: 800px;
margin-left: auto;
margin-right: auto;
}
#healthbar {
position: relative;
height: 15px;
width: 0px;
background-color: red;
z-index: 1000000;
}
#restart {
position: relative;
width: 800px;
margin-left: auto;
margin-right: auto;
color: white;
opacity: 0;
}
.button {
cursor: pointer;
}
a {
color: #FFF;
}
span {
font-style: italic;
}