@media (min-width: 568px){
    body{
      background-image: url(../images/game-background.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  
  body {
      height: 100%;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0.2px;
      color: #404040;
      line-height: normal;
      touch-action: manipulation;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      background: #60e7e7;
      background-attachment: fixed;
      background-size: cover;
      background-image: url(../images/game-background.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }