/* ========================= */
/*  Copyright (c) AJ-Holzer  */
/*  All rights reserved      */
/* ========================= */


html,
body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
}

a {
    color: var(--accent);
    text-decoration: none;
}