body {
    image-rendering: pixelated;
    font-family: "Inter Tight", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.container {
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: gray;
}