body {
    background-color: #11111b;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #cdd6f4;
}

h1 {
    color: #b4befe;
}

q {
    quotes: none;
    font-weight: bold;
}

p.info {
    color: #585b70;
    font-style: italic !important;

    a {
        color: #585b70;
    }
}

hr {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 50%;
    color: #181825;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 95vh;
}