body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #17202a;
    background: #f4f6f7;
}

main {
    width: min(720px, calc(100% - 48px));
    margin: 15vh auto;
}

h1 {
    font-size: 32px;
    font-weight: 600;
}

p {
    color: #566573;
    line-height: 1.6;
}
