body {
    background: black;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 1.8rem;
    height: 100%;
}

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

div {
    margin-bottom: 20px;
}

div#container {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}

div#centerer {
    text-align: center;
}

div#logo-wrapper {
    font-size: 2rem;
    background: radial-gradient(rgba(0,0,0,0.8) 10%, rgba(0,0,0,0) 70%);
    padding: 7em;
    border-radius: 100%;
    text-shadow: 0 0 2em black;
    white-space: nowrap;
}

div.ldm2468 {
    box-shadow: 0 1em 0 0 hsl(205, 90%, 88%), -1em 0 0 0 hsl(205, 90%, 77%), 1em 0 0 0 hsl(205, 90%, 66%), 0 -1em 0 0 hsl(205, 90%, 55%);
    transform: rotate(-45deg);
    width: 1em;
    height: 1em;
    margin: 1em;
    display: inline-block;
    transition: box-shadow 0.8s;
}

div.logo-name {
    display: inline-block;
    line-height: 2em;
    vertical-align: top;
    font-size: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}

span.l {
    transition: color 0.8s;
}

span.l2 {
    color: hsl(205, 90%, 88%);
}

span.l4 {
    color: hsl(205, 90%, 77%);
}

span.l6 {
    color: hsl(205, 90%, 66%);
}

span.l8 {
    color: hsl(205, 90%, 55%);
}

#email {
    font-size: 0.5em;
}

#rtl {
    display: inline-block;
    direction: rtl;
    unicode-bidi: bidi-override;
}

