body {
    display: block;
    grid-template-rows: unset;
}

hgroup{
    text-align: center;
    margin-bottom: 3rem;
}

hgroup h1 {
        font-size: 4rem;
    margin: 0;
}

hgroup p {
        text-transform: uppercase;
    font-size: 3rem;
}

main {
    height:100%;
    justify-content: center;
}

nav a {
    font-weight: 900;
    padding: 0.85rem 2rem!important;
}