body {
    margin: 0;
    overflow: hidden;
    background-color: black;
    font-family: 'Cascadia Mono', monospace;
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.vespera {
    color: #e0dbdf;
    font-size: 3rem;
    text-shadow: 0 0 10px #75ffcabe;}

.lol {
    color: #75ffca;
    font-size: 3rem;
    text-shadow: 0 0 10px #75ffcabe;
}

.discord {
    color: #e0dbdf;
    font-size: 1rem;
    margin-top: 3px;
    display: block;
    text-decoration: none;
    text-shadow: 0 0 10px #75ffcabe;    cursor: pointer;
    transition: color 0.2s, text-shadow 0.2s;
}

.discord:hover {
    color: #75ffca;
    text-shadow: 0 0 10px #75ffca, 0 0 20px #75ffca, 0 0 30px #75ffca;
}
