body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: 'Bitter', serif;
}

.footer-logo {
    height: 60px;
}

.footer-image {
    background-image: linear-gradient(
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)),
    url("/images/john-moeses-bauan-OGZtQF8iC0g-unsplash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60px;
    max-height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
}

.footer-image
.footer-text {
    color: white;
    text-align: center;
}

.footer-image .footer-text h1 {
    font-size: 50px;
    font-weight: 700;
}

.footer-image .footer-text p {
    font-size: 30px;
    font-weight: 400;
}
