.page-background {
    background: url(./assets/images/XDHHC269SR3Z1522934541835.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.cta {
    position: relative;
    top: 35%;
    transform: translateY(-35%);
    background: rgba(0, 0, 0, 0.5);
    padding: 5rem;
}