/* ==========================================
   Typography
========================================== */

/* General text */

p {
    line-height: 1.6;
}

/* Links */

a {
    color: inherit;
    text-decoration: none;
}

/* Welcome text */

.welcome-text {
    text-align: center;
    font-size: 24px;
}

/* Under Construction page */

#apologyText {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* Construction page title font */

#constructionPage {
    font-family: "pokemon";
}