HTML {
    zoom: 65%;
}
body {
    margin: 0px;
    padding: 0px;
    background: -webkit-linear-gradient(90deg, #00537E 10%, #3AA17E 90%);
    background: linear-gradient(90deg, #00537E 10%, #3AA17E 90%);
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(preloader.gif) center no-repeat #fff;
}
#body {
    position: relative;
    margin: 20px auto;
    width: 1580px;
    height: 931px;
}
#header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1580px;
    height: 100px;
}
#page {
    position: absolute;
    top: 101px;
    left: 0px;
    width: 1430px;
    height: 800px;
}
#PlayGround {
    position: absolute;
    background: -webkit-linear-gradient(90deg, #00537E 10%, #3AA17E 90%);
    background: linear-gradient(90deg, #00537E 10%, #3AA17E 90%);
    width: 1400px;
    height: 800px;
    border: solid 15px white;
    border-radius: 30px;
    background-size: 1400px 800px;
}
#vertical {
    position: absolute;
    left: 695px;
    width: 10px;
    height: 800px;
    background-color: white;
}
#Ball {
    position: absolute;
    border-radius: 48px;
    left: 0px;
    top: 0px;
    z-index: 150;
    width: 48px;
    height: 48px;
}
#FirsBlock {
    position: absolute;
    top: 345px;
    left: 50px;
    z-index: 1000;
    width: 20px;
    height: 100px;
    background-color: #67CDDC;
    border-radius: 20px;
    border: solid white 3px;
}
#SecondBlock {
    position: absolute;
    top: 345px;
    left: 1320px;
    z-index: 1000;
    width: 20px;
    height: 100px;
    background-color: #67CDDC;
    border-radius: 20px;
    border: solid white 3px;
}
#Points_1 {
    height: 60px;
    width: 360px;
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 30;
    background: transparent;
}
#Points_2 {
    height: 60px;
    width: 360px;
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 30;
    background: transparent;
}
#board {
    width: 250px;
    height: 60px;
    margin-top: 18px;
    margin-left: -5px;
    background: -webkit-linear-gradient(90deg, #00537E 10%, #3AA17E 90%);
    background: linear-gradient(90deg, #00537E 10%, #3AA17E 90%);
    border-radius: 30px;
}
#question {
    width: 150px;
    height: 33px;
    margin-top: 5px;
    margin-left: 20px;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 28;
    text-align: center;
}
#answer {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: -webkit-linear-gradient(90deg, #2f927e 10%, #3AA17E 90%);
    background: linear-gradient(90deg, #2f927e 10%, #3AA17E 90%);
    font-size: 30;
    text-align: center;
}
.start_button {
    position: relative;
    width: 150px;
    height: 30px;
    color: white;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 15px;
    background-color: seagreen;
    border: solid 1px #4b9069;
    text-align: center;
    font-weight: bold;
    padding: 17px;
    font-size: 25;
    right: -750px;
    top: 101px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -o-transition: all .1s;
    -webkit-box-shadow: 0px 9px 0px #93AFCB;
    -moz-box-shadow: 0px 9px 0px #93AFCB;
    box-shadow: 0px 9px 0px #93AFCB;
}
.start_button:hover {
    cursor: pointer;
    text-decoration: underline;
    text-shadow: 0px -1px #94b8d7;
}
.start_button:active {
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px 2px 0px #84261a;
    position: relative;
    top: 108px;
    right: -750px;
    width: 150px;
    height: 30px;
}
.stop_button {
    position: relative;
    width: 150px;
    height: 30px;
    color: white;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 15px;
    background-color: seagreen;
    border: solid 1px #4b9069;
    text-align: center;
    padding: 17px;
    font-size: 25;
    font-weight: bold;
    right: -750px;
    top: 120px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -o-transition: all .1s;
    -webkit-box-shadow: 0px 9px 0px #93AFCB;
    -moz-box-shadow: 0px 9px 0px #93AFCB;
    box-shadow: 0px 9px 0px #93AFCB;
}
.stop_button:hover {
    cursor: pointer;
    text-decoration: underline;
    text-shadow: 0px -1px #94b8d7;
}
.stop_button:active {
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px 2px 0px #84261a;
    position: relative;
    top: 127px;
    right: -750px;
    width: 150px;
    height: 30px;
}
#points {
    width: 63px;
    height: 60px;
    margin-top: 18px;
    font-size: 20;
    margin-left: 50px;
    background-color: #93cbcb;
    border-radius: 30px;
    color: #FFF;
}
.platform {
    height: 60px;
    width: 150px;
    margin-left: 100px;
    margin-top: 20px;
}
.switch {
    background: #A4D0CD;
    border-radius: 25px;
    display: block;
    height: 60px;
    position: absolute;
    width: 130px;
}
.switch label {
    color: #13AEA4;
    font-size: 30px;
    font-weight: 300;
    line-height: 55px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    width: 100px;
}
.switch label:nth-of-type(1) {
    position: absolute;
    left: 20%;
    text-align: right;
}
.switch label:nth-of-type(2) {
    position: absolute;
    padding-left: 3px;
    text-align: left;
}
.switch input {
    height: 60px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 2;
}
.switch input:checked~label:nth-of-type(1) {
    color: #FFFFFF;
}
.switch input:checked~label:nth-of-type(2) {
    color: #A4D0CD;
}
.switch input~:checked~label:nth-of-type(1) {
    color: #A4D0CD;
}
.switch input~:checked~label:nth-of-type(2) {
    color: #FFFFFF;
}
.switch input:checked~.toggle {
    left: 0px;
}
.switch input~:checked~.toggle {
    left: 79px;
}
.switch input:checked {
    z-index: 0;
}
.toggle {
    background: #FFF;
    border-radius: 50%;
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0px;
    -webkit-transition: left .2s ease;
    -moz-transition: left .2s ease;
    -ms-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
    width: 50px;
    z-index: 1;
}
#platform {
    width: 100px;
    height: 60px;
    margin-top: 15px;
    font-size: 25;
    margin-left: 50px;
    background-color: green;
    border-radius: 30px;
    color: #FFF;
}
#playersform {
    position: absolute;
    top: 760px;
    left: 50px;
    width: 50px;
    height: 100px;
    font-weight: 100;
}
.in1 {
    width: 150px;
    min-height: 64px;
    margin-left: 5px;
    background-color: #93cbcb;
    border-radius: 30px;
    color: white;
    font-size: 30;
    border: none;
    text-align: center;
}
#in2 {
    width: 60px;
    min-height: 64px;
    border-radius: 30px;
    text-align: center;
    font-size: 30;
    background-color: #93cbcb;
}
#stats {
    margin-left: 20px;
}
::selection {
    background: #93cbcb;
}
::-moz-selection {
    background: #93cbcb;
}