/* a {
    text-decoration: none;
    color: rgb(255, 255, 255);
} */

article {
    display: flex;
    justify-content: center;
    /* position:absolute; */
    width: 100%;
    /* align-items: center; */
}

/* body {
    height: 1000px;
} */

header {
    padding: 5px;
    background-color: #001020df;
    box-shadow: 0 0 10px black;
    /* position:absolute; */
    /* position:fixed; */
    width: 100%;
}

/* body {
    background-color: #ffffff00;
    background-blend-mode:overlay;
    background-image: url("../../Images/background.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

.background {
    background-color: rgba(0,16,32,var(--image-tint));
    background-blend-mode:overlay;  
    background-image: url("../../Images/background.jpg");
    background-size: cover;  
    background-position: center top;
    background-repeat: no-repeat;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

.logo {
    width: 100px;
    padding-right: 200px;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* padding-left: 12.5%; */
}