@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    text-align: center;
}

h1 {
    font-size: 1.5em;
    font-weight: 900;
    margin: 0.67em 0;
    line-height: 1.25;
}

p {
    font-size: 1em;
    font-weight: 400;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

b {
    font-weight: 700;
}

footer {
    font-size: 0.85em;
}

.form-section {
    text-align: left;
}

button {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.poster-back-copy {
    text-align: left;
}

.poster-back-copy h1 {
    margin-top: 0;
}

.poster-back-copy p {
    margin: 0.67em 0;
}

.poster-back-copy h1 {
    font-size: 2.5em;
    line-height: 1.4;    
}

.poster-back-copy p {
    font-size: 1.5em;
    line-height: 1.4;
}

@media only screen and (max-width: 850px) {
    /* .poster-back-copy h1, .poster-back-copy p {
        font-size: 1.5em;
    } */
}