/* BUILDING BLOCKS (for a better web with extra interdimensional time travel) */
.center {
    text-align: center;
}

/* General rulesets (notice how i break my own rules within this very file? rules aren't anything more than "obligations") */


/* COLOR/FONT RUBRIC (CAN CHANGE AT ANY POINT LOL) */
/* MmMm: https://coolors.co/5bc0eb-07020d-08605f-3626a7-998da0 */
.logo-color {
    color: #3626A7;
    font-family: 'Oxygen', sans-serif;
}

.text-color {
    color: #07020D;
    font-family: 'Nunito', sans-serif;
}