/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/hello-theme-child-master/pong/pong2/nunito-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin: 0px;
  background: rgba(0,0,0,0);
  
}

#background {
    fill: rgba(0,0,0,0);
}

#field {
    left:0;
    top:0;
    width:100%;
    height:100%;
    position : absolute;
    display: inline-block;
    cursor: none;
      fill: white;
}

.score {
  font-family: 'Nunito' !important;
  font-style: normal;
  font-weight: 400;
    text-anchor: middle;
    font-weight: 100;
    font-size : 15pt;
      fill: #6B71F6;   
}

#playerScore,
#computerScore {
  display: none !important;
}

#circle{
  background: url('/wp-content/themes/hello-theme-child-master/pong/pong2/spot.png') no-repeat center center;
  transform: translateY(10px);
}