* {
    box-sizing: border-box;
}

body {
    background-image: url(../img/hex-bg.svg);
    background-repeat: repeat;
    background-size: 150px auto;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.font-work-sans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#footer {
    background-color: #E31937;
}