body
{
    background-color: black;
    color: white;

    font-family: Ubuntu Mono, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;

}

a
{
    text-decoration: none;
    color: white;
}

#main
{
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#title
{
    background-image: linear-gradient(to right, #D90368, #3737FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    line-height: 30px;
}

#links
{
    font-size: 12px;
    line-height: 26px;
}

#subtitle
{
    font-size: 16px;
    line-height: 16px;
}

#dark
{
    color:#262626;
    font-size: 12px;
    line-height: 0px;

    text-align: center;
    position: fixed;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
}