body {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #303030;
    color: white;
  }
  
  h1 {
    font-family: Impact;
    color: #303030;
    /* text-shadow: 2px 2px black; */
    background: -webkit-linear-gradient(-86deg, #FF0000 30%, #FCE803 50%, #004CFF 70%);
    background-clip: inherit;
    letter-spacing: 8px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 8px transparent;
  }

  p {
    font-weight: normal;
  }

  .mixing-example {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  
  #gameContainer {
    margin: 30px;
  
    @media screen and (min-device-width: 812px) {
      max-width: 400px;
    }
    
  }
  
  #game {
    border-style: solid;
    border-width:6px;
    border-color:#696969;
  }
  