.video__title {
    font-weight: bold;
}
body {
    background-color: #e4f2ff;
}
main {
    margin-bottom: 4rem;
}

.page-header {
    background-image: url("banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (min-width: 768px) {
    .page-header {
        background-image: none;
    }
}

.page-header::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-header h1 {
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 4rem);
    font-weight: bold;
    text-align: center;

    position: relative;

    padding-top: 2rem;
    padding-bottom: 2rem;

    width: 95%;
    z-index: 5;
}

@media screen and (min-width: 768px) {
    .page-header h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: unset;
    }
}

.page-header h1 span {
    font-size: clamp(2rem, 5vw, 7rem);
}

.video__date {
    font-size: 1.25rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .video__date {
        font-size: 1.5rem;
    }
}

.accordion-body {
    background-color: #e4f2ff;
}

.accordion-button {
    font-size: 2rem;
    font-weight: bold;
    color: #000 !important;
}
