html {
    font-family: 'haboro-soft', Helvetica, sans-serif;
    text-align: center;
    line-height: 1.5rem;
}

main {
    margin: 0 auto;
    display: grid;
    place-items: center;
    max-width: 42rem;
}
