@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');


body {
    background: lightblue;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}

.links {
    display: flex;
    flex-direction: column;
}