@import url('https://fonts.googleapis.com/css?family=PT+Sans');


body {
    font-family: 'PT Sans', sans-serif;
    color: ghostwhite;
    background-image: url("20221208_173131h.jpg");
    background-size: cover;
    background-color: #003366;
    background-attachment: fixed;
    background-position: center;
    padding: 20px;
    margin: 0;
}

a {
    color: ghostwhite;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    padding-right: 20px;
}

a:hover {
    color: #47BBE9;
}

.title {
    color: ghostwhite;
    font-size: 32px;
    padding-right: 20px;
    font-weight: 800;
}

.header-row {
    z-index: 1;
}

.banner {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90px;
    width: 5000px;
    background-color: black;
    opacity: 0.4;
    z-index: -1;
}
