html {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    box-sizing: border-box;
    font-family: Arial,sans-serif;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #fbfbfb;
    font-size: 1em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

.corset {
    display: flex;
    max-width: 728px;
    margin: 0 auto;
}
