@font-face {
  font-family: 'silkaregular';
  src: url('./fonts/silka-regular-webfont.eot');
  src: url('./fonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/silka-regular-webfont.woff2') format('woff2'),
    url('./fonts/silka-regular-webfont.woff') format('woff'),
    url('./fonts/silka-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Snowinter';
  src: url('./fonts/Snowinter-Free-For-Personal-Use.ttf') format('truetype');
  src: url('./fonts/Snowinter-Free-For-Personal-Use.ttf') format('truetype') url('./fonts/Snowinter-Free-For-Personal-Use.otf') format('opentype');

  font-weight: normal;
  font-style: normal;
}

html,
body {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  font-family: 'silkaregular';
  user-select: none;
  font-size: 1em;
}

.game-background {

  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}

canvas {
  display: block;
  background: rgb(25, 25, 60);
  background: linear-gradient(180deg, rgb(25, 25, 50) 0%, rgba(25, 25, 45, 0.95) 50%, rgba(255, 255, 255, 0.5) 95%);
  position: absolute;
  z-index: -1;
}

#particles-js {
  height: 100%;
}

svg {
  z-index: 6;
}

.balltext {
  text-anchor: middle;
  font-family: 'Snowinter';
}

.wordToGuess {
  font-size: 5rem;
  text-anchor: middle;

}

/* .scores {
  font-size: 2rem;
} */

.start-button-text {
  text-anchor: middle;
}
