@font-face {
    font-family: 'Audiowave';
    src: url(../fonts/Audiowide-Regular.ttf) format('truetype');
}

html, body {
    box-sizing: border-box;
    margin: 0;
    font-family: Audiowave, -apple-system, 'avenir next', avenir, roboto, noto, ubuntu, 'helvetica neue', helvetica, arial, sans-serif
}
body {
    font-size: 16px;
    background-color: #001f3f;
    overflow: hidden;
}

#page {
    
    height: 100vh;
    margin: 0;
    padding: 0;
}

.page-grid {
    box-sizing: border-box;
    display: grid;
    grid-gap: 1rem;
    grid-template-rows: auto;
    height: 100%;
}

main {
    font-weight: normal;
    font-size: 16px;
    align-self:center;
    justify-self:center;
}

h1 {
    font-size: 7vw;
    margin: 0;
    color: #fafafa;
}
h2 {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.page-footer {
    align-self: center;
    justify-self: center;
    padding:1rem 0;
}

.img-fluid {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

a {
    display: block;
    color: #0074D9;
    text-decoration: none;
}

footer {
    display:none;
    color: #7FDBFF;
}

@media (max-width:489px){
    a {
        font-size:5vw;
    }
}
