html {
    overflow: hidden;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #1c1c1c;
    color: #e3e3e3;
}

header {
    display: block;
}

*,
:after,
:before {
    box-sizing: border-box
}

.ec-main {
    position: relative;
    flex-grow: 1;
    display: flex;
    width: 100%;
    height: 100%;
}

.ec-content-wrap {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    margin: 0 5%;
    padding-bottom: 8vh;
}

.ec-content {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    align-items: center;
    text-align: center;
}

.ec-content header {
    margin: 0 auto;
    max-width: 520px;
}

.ec-content h1 {
    font-size: 4.2rem;
    font-weight: 100;
}

.ec-standout {
    background-color: #212121;
    width: 8vmin;
    height: 8vmin;
    border-radius: 1vmin;
    line-height: 6vmin;
}

.ec-standout h2 {
    margin: 0;
    font-size: 400%;
    font-weight: 150;
}
