body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #712a94;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.video-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.video-placeholder {
    width: 300px;
    height: 300px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 24px;
    color: black;
}

.poster-image {
    width: 300px;
    height: 300px;
}

.poster-image img {
    max-width: 100%;
    max-height: 100%;
}

.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-holder {
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-holder img {
    max-width: 100%;
    max-height: 100%;
}

.footer {
    margin-top: 20px;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
}
