body {
    background-color: black;
    padding: 0;
    margin: 0;
}

.siteTitle {
    color: white;
    font-size: 64px;
    user-select: none;
}

.content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 50px;
}
.socialNetworks > a > code {
    font-size: 20px;
}
.socialNetworks > a {
    color: whitesmoke;
    text-decoration: none;
}
.art {
    color: white;
    font-family: monospace;
    font-size: 19px;
    display: block;
    letter-spacing: -0.9px;
    line-height: 0.9;
    margin: 0;
    max-width: none;
    overflow-x: visible;
    overflow-y: visible;
    white-space: pre;
    overflow: hidden;
    user-select: none;
    margin-right: 10px;
}
