.page {
    position: relative;
    background: url('/src/images/background.jpg') no-repeat center;
    background-size: cover;
    height: 100dvh;
    overflow: hidden;
}

.page__content {
    padding-top: 5.25rem;
    opacity: 0;
    transition: all 1s;
}

.page__textContent {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page__headline {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.page__dates {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.page__btn {
    background: #fff;
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: .5rem;
}