@font-face {
    font-family: "Xirod";
    src: url("../webfonts/xirod.woff2") format("woff2"),
    url("../webfonts/xirod.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    overflow-x: hidden;
    text-shadow: 0 0 7px white,
    0 0 42px aqua,
    0 0 82px aqua;
}
