body {
    background: linear-gradient(45deg, #000000, #40362e);
    color: #e5e5df;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
.logo {

}
body span {
    font-family: system-ui;
    font-size: 10px;
}
.logo {
    text-align: center;
    font-family: 'Train One', cursive;
    font-size: 40px;
}
.links {
    font-family: system-ui;
    font-size: 14px;
    margin-top: 10px;
}
.links a {
    text-decoration: none;
    border-bottom: 1px solid #ffffff52;
}

a {
    color: white;
}
