/* HTML Tag Rules */
/*> Body */
body {
    margin: 0;
    height: 100vh;
    background-repeat: repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*> Heading 1 */
h1 {
    font-family: 'MinecraftSeven', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    text-decoration: underline;
}
/*> Heading 2 */
h2 {
    font-family: 'MinecraftSeven';
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: underline;
}
/*> Parapgraph */
p {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
/* Font Import */
@font-face {
    font-family: 'FontHeading';
    src: url('/globals/global_font_heading.ttf') format('truetype');
}