.sixtyfour-czsa {
    font-family: "Sixtyfour", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "BLED" 0,
      "SCAN" 0;
    font-size: 48pt;
    display: flex;
    margin: auto;
    color: white;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
  }

#content{
    width: 100vw;
    height: 100vh;
    display: flex;
    text-align: center;
    background-color: black;
}

body{
    margin: 0;
}