html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    text-align: center;
    padding: 0;
    background: #fff;
    color: #fff;
    font-family: "Open Sans", "Arial", sans-serif;
}

h1 {
    font-size: 50px;
    font-weight: 100;
    text-align: center;
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #444;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

article {
    display: block;
    width: 800px;
    padding: 50px;
    margin: 0 auto;
}

a {
    color: #444;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

svg {
    width: 75px;
    margin-top: 1em;
}

.cls-1 {
    fill: #444;
}

.logo {
    max-width: 226px;
}
