body {
    font-family: monospace;
    background-color: #000000;
}

* { cursor: none !important; }

#centre {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

#title {
    font-size: 2em;
    margin-bottom: 1em;   
}

#discord {
    color: #ffffff;
}

#mail {
    color: #ffffff;
}