body {
    font-size: 17px;
    font-family: Verdana;
    zoom: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.white-bg {
    color: #ffffff;
    height: 23vh;
    width: 100%;
}
.header-container {
    background-color: #ffffff;
    opacity: 0.9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 19vh;
    width: 100%;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    position: fixed;
    box-shadow: 0px 7px 6px -2px rgba(0,0,0,0.74);
    -webkit-box-shadow: -7px 7px 6px -3px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.74);
}
.header-img {
    height: 10vh;
}
.link-top {
    color: #979996;
    font: 16px raleway, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px;
}
    .link-top:hover {
        color: #1a5844;
    }
.big-container-1 {
    background-image: linear-gradient(to top, #979996 15%, #1a5844 100%);
    padding: 40px 0px 20px 50px;
    margin: 0px 0px 0px 0px;
}
a {
    color: black;
}