body {

}

header {

}

footer {
    color: white;
}

.logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 4;
}

.footer-grass {
    background-image: url("../img/footer-grass.png");
    background-size: auto 100%;
    height: 110px;
    width: 100%
}

.footer-text {
    background-color: #00a551;
    padding: 2rem 5rem;
}
