html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;

    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.wwmm-main-title {
    margin: 64px 64px 24px 64px;
    padding: 0;

    font-size: 48px;
    font-weight: 200;

    align-self: center;

    background-image: linear-gradient(-45deg, #e04dff, #ffd300);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wwmm-brief {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

nav {
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.wwmm-comingsoon {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}