html, body {
margin: 0px;
padding: 0px;
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
}
canvas {
/*display: none;*/
}
p {
margin: 0px;
padding: 0px;
}
#imagePreload {
display: none;
}
#progressContainer {
max-width: 360px;
height: 29px;
text-align: center;
padding: 0 10px 0 10px;
}
#progressBar {
width: 90%;
visibility: hidden;
}
#progressLabel {
position: relative;
top: -1.5em;
width: 90%;
font-size: small;
visibility: hidden;
}
#popupContainer {
position: fixed;
top: 20px;
right: 20px;
max-width: 240px;
}
.popup {
float: right;
background-color: #000000;
opacity: 0.4;
padding: 10px;
font-size: 14px;
border-radius: 15px;
margin-bottom: 5px;
}
.warning {
color: yellow;
}
.transmission {
color: white;
}
.container {
text-align: center;
max-width: 360px;
padding: 5px;
}
h2, h3 {
text-align: center;
}
footer {
padding: 10px;
text-align: center;
font-size: 8px;
}