@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.5;
}

header { text-align: center; padding-top: 20px; }
header img { max-height: 256px; }
h1 { text-align: center; }

main { max-width: 500px;  margin: auto; padding: 50px 20px 0; padding-bottom: 100px; }
main.wide { max-width: 1000px; }
