:root {
    --lime: rgba(0, 255, 0, 0.5);
    --orange: rgba(255, 127, 0, 0.5);
    --sky: rgba(0, 127, 255, 0.5);
    --pink: rgba(255, 0, 0, 0.5);

    --sunburn: #efe7df;
    --masking: rgb(223, 183, 175, 0.5);

    --link: #ff7f7f;
    --link-hover: #df5f5f;
}

#page > .flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#page > .split {
    display: flex;
    width: 100%;
    height: 100%;
}
#page > .split > div {
    width: 50%;
    margin: 8px;
}
