html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body, input, textarea, button, select{
    font-family: sans-serif;
}

html {
    font-size: calc(16px + min(16 * ((100vw - 375px) / 1545), 16px));
}

body {
    display: flex;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 2rem;
    background-color: #165232;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    padding: 2rem;
    background-image: url("./background1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #ffffff;
    text-align: center;
}

main h1 {
    max-width: 40em;
    white-space: pre-line;
}

main p {
    max-width: 40em;
    white-space: pre-line;
}