html, body, #cvs {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
body {
position: relative;
font-family: sans-serif;
}
.invisible {
display: none;
}
.centerbox {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.largetext {
color: #ffffff;
font-size: 40pt;
text-shadow: 0px 0px 3px #000000;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
#overlay-container {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
#score-container {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 30%;
}
#score-left, #score-right {
display: inline-block;
width: 30vw;
}
#score-left {
text-align: right;
}