.general-text {
    font-family: Consolas, monaco, monospace;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

.info-text {
    text-align: center
}

.help-text {
    color: rgb(102, 102, 102);
}

.discord-text {
    color: rgb(167, 0, 218);
}

.discord-invite {
    visibility: hidden;
    display: none;
    z-index: 9999;
}

.outer-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-container {
    padding: 10px;
}

a {
    color: #dbdbdb;
}

a:visited {
    color: #dbdbdb;
}

a:hover {
    color: #fd3450;
}

a:active {
    color: #6e6e6e;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin-top: auto;
    background-color: transparent;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

.footer-text {
    font-family: Consolas, monaco, monospace;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
    color: #dbdbdb;
}

.footer-text a {
    color: #dbdbdb;
    text-decoration: none;
}

.footer-text a:hover {
    color: #fd3450;
}