@font-face {
    font-family: DIN;
    src: url(/assets/fonts/DINNextLTPro-Bold.woff2);
    font-display: swap;
}

@font-face {
    font-family: OpenSans;
    src: url(/assets/fonts/OpenSans-Regular.woff2);
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: OpenSans;
    src: url(/assets/fonts/OpenSans-Bold.woff2);
    font-weight: bold;
    font-display: swap;
}

body {
    text-align: center;
    margin-top: 3rem;
    background-color: #294D73;
    color: #fcfcfc;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
}

img {
    max-width: 400px;
}

h1, h2, h3 {
    font-family: DIN;
}

a {
    color: #fcfcfc;
}

.button {
    padding: 1rem;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    background-color: #44AD4D;
    color: #fcfcfc;
    border-radius: 5px;
    box-shadow: 0 0.7rem 0 -0.3rem rgba(0, 0, 0, .05);
    font-family: DIN;
}

.button:hover {
    background-color: #3b9943;
}
