@font-face {
    font-family: 'Go-Medium';
    src:  url('Go-Medium.ttf.woff') format('woff'),
          url('Go-Medium.ttf.svg#Go-Medium') format('svg'),
          url('Go-Medium.ttf.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Horta';
    src:
        url('Horta.ttf') format('truetype'),
        url('HortaRegular.otf') format('opentype'),
        url('HortaSemibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    color: black;
    font-family: 'Go-Medium', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

header {
    color: #ff1769;
    background-color: #505050;
    margin: 0;
    padding: 2rem;
    font-family: 'Horta';
    font-size: 500%;
    text-transform: uppercase;
}
h1 {
    margin: 0;
    padding: 0;
    text-shadow:
        -2px -2px 0 white,
        -2px 2px 0 white,
        2px -2px 0 white,
        2px 2px 0 white,
        -2px 0 0 white,
        0 -2px 0 white,
        2px 0 0 white,
        0 2px 0 white;
}
#motto {
    margin: 0;
    padding: 0;
    color: white;
}

h1 .z1 {
    display: inline-block;
    transform: translateY(-1.5rem);
}
h1 .z2 {
    display: inline-block;
    transform: translateY(1.5rem);
}

#links {
    list-style: none outside none;
    padding: 0;
}
#links li {
    margin: 1rem;
}

#footer {
    color: black;
    background-color: #505050;
    margin: 0;
    padding: 2rem 0 0.5rem;
}
#footer a {
    color: white;
}

#footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer li {
    padding: .5ex;
    margin: .5ex;
    display: inline-block;
}
