/* Styles */
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.body {
    margin: 0px;
    background-color: #1b1e1f;
    color: #e8e6e3;
}

.main {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 80vw;
    min-height: 80vh;
    margin: auto;
    text-align: center;
}

.main-text {
    margin: auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
    max-width: 1000px;
    width: auto;
    min-height: 78%;
    text-align: left;
    font-family: 'Hawtpixel-Exquisite';
    font-weight: normal;
    font-size: 18px;
}

.center-text {
    text-align: center;
}

.title-text {
    width: auto;
    text-align: center;
    font-family: 'Hawtpixel-FutureFriends';
    font-weight: bold;
    font-size: 50px;
}

.invert-img {
    filter: invert(1);
}
