html,
body {
    padding: 0;
    margin: 0;
}

body {
    background-color: #ecf0f1;
    color: #222;

    font-family: --apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;

    line-height: 1.5;

    background-repeat: repeat;

    text-align: left;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

p:last-of-type {
    margin-bottom: 25px;
}

.wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    min-height: 100vh;
}

.lockup {
    padding: 25px;
    max-width: 600px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #0074e7;
    border-radius: 5px;
    color: #fff;
}

.button.black {
    background-color: #222;
    color: #fff;
}

.button.blue {
    background-color: #dd4814;
}
