  .happy-birthday__img {
        margin-bottom: 2rem;
    }
    
    h1 {
        margin-top: 20px;
    }
    
    .happy-birthday__description {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin: 20px;
        color: #000000;
        font-size: 16px;
    }
    
    .happy-birthday__share {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .happy-birthday__share-title {
        margin-right: 1rem;
    }
    
    .happy-birthday__quote {
        font-style: italic;
        font-family: Georgia, serif;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
        opacity: .7;    
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .happy-birthday__text {
        font-family: Georgia, serif;
        margin-bottom: 2rem;
        font-size: 1.1rem;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .happy-birthday__title {
        font-size: 60px;
        margin: 2rem auto;
        text-align: center;
        font-family: Monotype Corsiva, cursive;
    }
    
    .happy-birthday__trailer {
        margin-bottom: 2rem;
    }
    
    .happy-birthday__actors {
        display: flex;
        max-width: 800px;
        flex-wrap: wrap-reverse;
        justify-content: center;
        margin: 0 auto;
        margin-top: 50px;
        padding-left: 0;
    }

    .happy-birthday__actors-heading {
        text-align: center;
        font-size: 1.35rem;
        margin-bottom: 30px;
    }
    
    .happy-birthday__actors-item {
        margin: 0 10px;
        width: 180px;
        list-style: none;
        margin-bottom: 30px;
    }
    
    .happy-birthday__actors-img {
        width: 100%;
        border-radius: 85px;
        max-height: 180px;
        object-fit: cover;
        object-position: top;
    }
    
    .happy-birthday__actors-title {
        text-align: center;
        border-radius: 0 0 10px 10px;
        color: #000;
        padding: 15px 10px;
        font-size: 1rem;
        font-weight: bold;
    }
    .waytohome__rules_button {
        border: none;
        background: transparent;
        padding: 0;
        text-decoration: underline;
        cursor: pointer;
        display: block;
        margin: 10px 0 20px;    
    }
    .waytohome__rules_button:focus {
        outline: none;  
    }
    .waytohome__rules_button:hover {
        text-decoration: none;
    }
    
    .modal-overlay {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .modal-hb {
        display: inline-block;
        vertical-align: middle;
        background-color: rgb(255, 255, 255);
        padding: 15px 25px 15px 20px;
        position: relative;
        text-align: left;
        border-radius: 5px;
        z-index: 1001;
        color: rgb(0, 0, 0);
        max-width: 800px;
        width: 100%;
        height: 500px;
        overflow: hidden;
        overflow-y: scroll;
        top: calc(50% - 500px/ 2);
    }
    
    .close-btn {
        width: 24px;
        height: 24px;
        display: inline;
        position: absolute;
        padding: 0px;
        margin-top: 1px;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 9;
        font-size: 17px;
        cursor: pointer;
    }
    
    .modal-content {    
        padding: 15px 5px 15px 20px;
        border: none;
    }
    
    .broadcast {
        width: 100%;
        text-align: center;
    }
    
    .broadcast iframe {
        max-width: 768px;
        height: 500px;
        width: 100%;
    }
    
    @media (max-width: 768px) {
        .modal-content p {
            padding-left: 0 !important;
        }
        
        .broadcast iframe {
            max-width: 375px;
            width: 100%;
            height: 240px;
        }
    }