body {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #CFE2F3;
}

h1 {
    font-size: 60px;
}

img {
    image-rendering: pixelated;
}

.height-100pct {
    height: 100%;
}

.center-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}