
header{
    width: 100%;
    height: 75px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
    position: fixed;
        z-index: 100;
            top: 0;
    left: 0;
    padding: 0 5%;
}
header > a{
    height: 100%;
    display: inline-flex;
    text-decoration: none;
}

header > a > span{
    margin: auto;
}

@font-face {
    font-family: Quicksand;
    src: url(/fonts/Quicksand.ttf);
}

body{
    margin: 0;
    color: white;
    font-family: Quicksand;
}
a{
    color: white;
}
footer {
    background-color: black;
}

#Footer-wrapper {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1500px;
    display: flex;
    justify-content: space-evenly;
}