h1 {
    font-family: var(--font-family--);
    color: var(--Blue--);
    font-size: 100px;
}
section#body {
    /* display: grid
; */
    /* place-items: center; */
    /* padding: 200px; */
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
p {
    font-size: 1.2rem;
    font-family: var(--font-family--);
}
a {
    display: flex
;
    font-family: 'Bricolage Grotesque';
    text-decoration: none;
    color: var(--Blue--);
}