:root, html {
    touch-action: pan-x pan-y;
    height: 100%
}
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background-image: url('../assets/toy-story-cloud-n41355benlydstob.jpg');
}
canvas {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
p {
    font-family: sans-serif;
    font-size: 25px;
}
h1 {
    font-family: sans-serif;
    font-size: 40px;
    color: purple;
}
a {
    font-family: sans-serif;
    font-size: 20px;
}
#gameover, #highscores {
    display: none;
    width: 50%;
    height: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-top: 20px;
    background-color: #999999;
    opacity: 0.8;
    font: 20px sans-serif;
    border-radius: 25px;
}
#highscoresggcontainer, #highscorespausecontainer {
    width: 100%;
}
#highscoresggcontainer table, #highscorespausecontainer table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-size: 18px;
    width: 80%;
}
#newhighscore {
    display: none;
    width: 30%;
    height: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-top: 10px;
    background-color: #999999;
    opacity: 0.8;
    border-radius: 25px;
}
#settings {
    display: none;
    width: 30%;
    height: 570px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-top: 10px;
    font: 20px sans-serif;
    background-color: #999999;
    opacity: 0.8;
    border-radius: 25px;
}
#header {
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    margin: 0px 0px 0px 0px;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    text-align: center;
}
#logocontainer {
    display: block;
    height: 70px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#score {
    display: inline-block;
    height: 70px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font: 30px sans-serif;
    color: #666666;
    padding-top:20px;
}
#highscorelink {
    font: 20px sans-serif;
    color: #0000FF;
    cursor: pointer;
}
#offline {
    display: none;
    height: 70px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font: 30px sans-serif;
    color: #FF0000;
    padding-top:0px;
}
#accuracy {
    display:block;
    height: 70px;
    font: 20px sans-serif;
    margin: 0px 20px 0px 0px;
    color: #666666;
    padding-top:20px;
    float: right;
}
#footerbg {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 350px;
    margin: 0px 0px 0px 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(235, 110, 52, 0), rgba(179, 18, 18, 1));
}
#footer {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    margin: 0px 0px 0px 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background-image: url('../assets/cityscape2.png');
    background-repeat: repeat-x;
    background-size: contain;
	background-position: bottom;
}
#altfooter {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    margin: 0px 0px 0px 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background-size: contain;
}
#lastletter {
    display: inline-block;
    height: 70px;
    width: 70px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    vertical-align: middle;
    font: 30px sans-serif;
    color: #ffffff;
    background-color: #333333;
    opacity: 0.8;
    border-radius: 25px;
}
#typedletters {
    display: inline-block;
    height: 70px;
    width: 70px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    vertical-align: middle;
    font: 30px sans-serif;
    color: #ffffff;
    background-color: #333333;
    opacity: 0.8;
    border-radius: 25px;
}
#newhighscore input {
    height: 30px;
    font-size: 30px;
    width: 150px;
}
#gamelinkcontainer{
	display: block;
	width: 70%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}
.gamelink{
	display: block;
    width: 250px;
    height: 250px;
    text-align: center;
    padding-top: 10px;
    font: 20px sans-serif;
    background-color: #999999;
    opacity: 0.8;
    border-radius: 25px;
}
.gamelink:hover{
	background-color: #AAAAAA;
}
#rxlink{
	float: left;
    background-image: url('../assets/headphones.png');
    background-repeat: no-repeat;
    background-size: 140px auto;
	background-position: center bottom 30px;
	cursor: pointer;
}
#txlink{
	float: right;
    background-image: url('../assets/telegraph.png');
    background-repeat: no-repeat;
    background-size: 180px auto;
	background-position: center bottom 30px;
	cursor: pointer;
}
#message{
	display: block;
	height: 200px;
	width: 70%;
    margin-left: auto;
    margin-right: auto;
    font: 16px sans-serif;
}
#notes, #attr{
    display: block;
    font-size: 18px;
    font-family: sans-serif;
    margin-top: 70px;
    margin-left: 30px;
    vertical-align: bottom;
    float: left;
}
#attr {
    margin-right: 30px;
    float: right;
    font: 16px sans-serif;
}
#attr a {
    font: 16px sans-serif;
}
#reversePaddleLabel {
    display: inline;
}
Label {
    display: block;
    font-size: 20px;
    font-family: sans-serif;
}
Button {
    background: lightskyblue;
    font-size: 20px;
    font-family: sans-serif;
    color: #ffffff;
    margin: 20px;
    border-color: white;
    height: 40px;
    width: 100px;
}
