*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
.r {
    isolation: isolate;
}
body {
    background: #f4f3ef;
    font-family: 'Montserrat', serif;
}
.r {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    width: 100%;
    position: absolute;
}
main {
    padding: 1em;
    max-width: 75%;
    text-align: center;
}
img {
    max-width: 20em;
    margin: auto;
}
h1 {
    color: #072036;
    font-weight: 300;
    padding: 1em 0;
    font-size: 2em;
}
p {
    color: #072036;
    font-weight: 300;
    font-size: 1em;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(/f-1.ttf) format('truetype');
}
