@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

#topheader{
    height: 70vh;
    background-image:url(./homebgimg.png);
    background-position: center;
    background-color: rgba(0,0,0,0.75);
    background-blend-mode: darken;
}

p{font-family: 'Sawarabi Gothic', sans-serif;}

table{
    max-width: 80vh;
}
footer{
    font-size:10pt;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer p{
    margin-block-start:0px;
    margin-block-end:0px;
}
.logo{
    width:auto;
    height:50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo svg{
    max-width:450px;
    fill:#EEE;
}

.nav-link{
    color:azure;
}