@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');

header {
    display: none;
}

body {
    background-color: black;
    cursor: crosshair;
}


* {
    font-family: "Lacquer", system-ui;
    color: white;
    box-sizing: border-box;
}
