
body{
    background-color: rgb(8, 0, 100);
    overflow: hidden;
}
label{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: darkblue;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    left: 40%;
    top: 25%;
}
nav{
    list-style-type: none;
    color: rgb(0, 145, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 0;
}
#Textforgame{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(50, 50, 50);
    height: 100px;
    width: 100px;
    top: 100%;
    left: 40%;
    color: white;
    position: relative;
    font-size: 3em;
    font-family:Arial, Helvetica, sans-serif;
}
li{
   background-color: rgb(0, 0, 50);
    position:absolute;
    left: 0%;
    right: 0.05%;
    top: 0%;
    width: 200em;
}
a:link{
    color: rgb(0, 145, 255);
}
a:visited{
    color: rgb(0, 99, 174);
}
a:hover{
    color: rgb(63, 172, 255);
}
div{
    height:auto;
    position: absolute;
    left: 40%;
    top: 25%;
}
@keyframes Wow{
    0% {left:615px;right:615px;}
    25%{left:1350px;right:1350px;}
    75% {left:0px;right:0px;}
    100% {left:615px;right:615px;}   
}
#Box{
    color: rgb(0, 0, 100);
    font-family: Arial, Helvetica, sans-serif; 
    padding: 1%;
    line-height: 150px;
    height: 150px;
    width: 175px;
    animation-name: Wow;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    cursor: pointer;
    border: 5px;
    border-style: solid;
    border-color: rgb(0, 0, 40);
}
#ScoreHeading{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: darkblue;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
     position: absolute;
    left: 29%;
    top: 10%;
}
#Score{
     -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: darkblue;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    left: 42%;
    top: 14.8%;
}
.square{
    position: absolute;
    left: 40%;
    top: 40%;
    background-color:blue;
}
#about{
    font-size:50%;
    position: absolute;
    left:35%;
    top:25%;
}
#Circle{
    height: 100px;
    width: 100px;
    background-color: red;
    border-radius: 50%;
    border-color: black;
    border-style: solid;
    display: inline-block;
    position: absolute;
}
button{
    height: 100px;
    width: 100px;
    background-color: blue;
    border-radius: 25%;
    border-color: black;
    border-style: solid;
    top: 100%;
    position: relative;
    font-size: 1.5em;
    font-family:Arial, Helvetica, sans-serif;
}
#Dividk{
    top: 50%;
}
#Computertext{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    color:lime;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    position: absolute;
    left: 80%;
    top: 35%;
}
#Computertext1{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    color:lime;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    position: relative;
    left: 80%;
    top: 14.8%;
}
