    /* CURRENT MODE */

/* This is the main body part */
main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}

p{
    font-family: oregano;
    font-size: 5rem;
    font-weight: 900;
}
