body {
    background-color: #151515;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc0000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23aa0000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d6002b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b10022' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9004b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23b2003d' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d3006c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ac0057' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c4008c' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239e0071' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

#container {
    -webkit-box-shadow: -1px 2px 27px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 27px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 27px 0px rgba(0,0,0,0.75);
    background-color: #212121;
    position: absolute;
    left: 50%;
    top: 50%;
}

.ball {
    border-radius: 50%;
    position: absolute;
}

.bar {
    position: absolute;
}

#verticalBar {
	height: 98%;
    margin-left: 50%;
    position: absolute;
    border: 2px #585858 dashed;
}

#leftScore {
	margin-top: 15%;
    margin-left: 20%;
    position: absolute;
    font-size: 50px;
    font-size: 110px;
   	color: #585858;
}

#rightScore {
   	margin-top: 15%;
    margin-left: 75%;
    position: absolute;
    font-size: 110px;
    color: #585858;
}

.link-github {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 48px;
}

.link-github img {
    display: block;
    height: 48px;
    transition: .3s all cubic-bezier(0.19, -0.65, 0.18, 1.96);
}

.link-github img:hover {
    transition: .3s all cubic-bezier(0.19, -0.65, 0.18, 1.96);
    transform: scale(1.1, 1.1);
}