html {
    --universal-background: #28282c;
    --blurple: #5865f2;
    --tarumae-oragge: #f2a558;

    height: 100%;
    width: 100%;

    font-family: 'Noto Sans HK', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: var(--universal-background);
}

p {
    color: white;
}

h1 {
    color: white;
}

h2 {
    color: white;
}

h3 {
    color: white;
}

h4 {
    color: white;
}

.flex {
    display: flex;
}