

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width: 100vw;
    position: absolute;
    background: #008000;
    font-family: 'Montserrat', sans-serif;
    color: white;
}
input[type="button"] {

    background-color: transparent;
    border-radius: 10px;
    border: 2px solid white;
    cursor:pointer;
    overflow: hidden;

}
section {
    position: relative;
    left:50%;
    transform: translate(-50%,0);
}
td {
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: none;
    text-align: center;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from( transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.37)));
}
table {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    box-shadow: none;
    margin:0;
    padding: 0;
}
tr {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    box-shadow: none;
    display: inline-block;
}
input .circle {
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    background-color: Transparent;
    background-repeat:no-repeat;

    
}

input[type="button"] {
    cursor: crosshair;
}

.top h1,p {
    text-align: center;
 	font-family: 'Megrim', cursive;
 	margin-left: -15px;
}
    
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}

.circle:active, .circle:focus {
        /* animation-name: spin; 
        animation-duration: 3s; /* 3 seconds */
        /* animation-iteration-count: infinite; 
        animation-timing-function: linear; */
        animation: spin 3s infinite;
        }

.balls {
    width: 250px;
    position: relative;
    left:50%;
    transform: translate(-50%,0);
    
}
.seven {
    margin-left:75px;
    width: 250px;
    position: relative;
    left:50%;
    transform: translate(-50%,0);
}
.scoreboard {
    padding-top: 10px;
    height:100px;
    width:200px;
    /*background-image: url("http://tournamentservice.net/bps/snk.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    
}
.score1 {
    padding:20px;
    margin: auto;
    color: white;
    height:30px;
    position: relative;
    left:50%;
    transform: translate(-60%,0);
}
.score2 {
    padding: 5px;
    height: 30px;
    background: red;
    border: 3px solid white;
    
    
}
.scorebox {
    color: white;
    text-align: center;
    font-size:x-large;
    padding: 0 15px 0;
    color: white;
   
    
}

   
#red { 
    background-color: red;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, red 0%, black 100%, red 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, red, maroon);
    background-image: radial-gradient(45px 45px 45deg, circle cover, red 0%, maroon 100%, red 95%);
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    color:black;
    text-align: center;
    outline:none;
}
#yellow { 
    background-color:yellow;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
    background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    color:black;
    text-align: center;
    outline:none;

}
#green { 
    background-color:green;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, green 0%, darkgreen 30%, darkgreen 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, darkgreen, green);
    background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    color:white;
    text-align: center;
    outline:none;
}
#brown { 
    background-color:brown;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover,  brown 0%, black 100%, red 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, brown, black);
    background-image: radial-gradient(45px 45px 45deg, circle cover, brown 0%, black 100%, red 95%);
    color: white;
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    color:white;
    text-align: center;
    outline:none;
}
#blue { 
    background-color:blue;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, lightblue 0%, blue 100%, navy 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, blue, black);
    background-image: radial-gradient(45px 45px 45deg, circle cover, blue 0%, black 100%, white 95%);
    color: white;        
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    text-align: center;
    outline:none;
}
#pink { 
    background-color:pink;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, hotpink 0%, pink 100%, hotpink 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, pink, hotpink);
    background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    color:black;
    text-align: center;
    outline:none;
}
#black { 

    background-color:black;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, black 100%, darkgrey 1%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, black);
    background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    color: white;
    height: 50px;
    width:50px;
    padding: auto;
    margin:auto;
    border-radius:50%;
    text-align: center;
    outline:none;
}
#clearScore {
    padding: 15px;
    color: white;
    background-image: linear-gradient(to right, green, red);
    position: relative;
    left:50%;
    transform: translate(-55%,0);
}
 

   
 