.parallax-container {
  height: 400px;
}

.content {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
}

.contentBody {
    width: 100%;
}

blockquote {
    border-left: 5px solid #01579b;
}

footer {
    margin-top: auto;
}