@import url(./fonts/atkinson/font.css);

body {
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    */
    word-break: break-word;

    font-family: 'Atkinson Hyperlegible', sans-serif;
    color: #ffffff;
    background-color: #2a1332;
}

a {
    color: #ea2896;
}

.center {
    text-align: center;
}

.pixelated {
    image-rendering: pixelated;
}