body {
    background-color: #1a191c;
}

#root {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link {
    color: #949494;
    font-size: 18px;
    font-family: monospace;
}

