img, p, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 60px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin: 0 auto;
    line-height: 0.5;
}

h1 a {
    text-decoration: none !important;   
    color: inherit;
}

h2 {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin: 0 auto;
    line-height: 0.25;
}

h2 a {
    text-decoration: none !important;   
    color: inherit;
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.link-list li {
    margin-bottom: 10px;
}

.link-list a {
    text-decoration: none;
    color: #000000;
    font-size: 1.1rem;
}

.link-list a:hover {
    text-decoration: underline;
}

.photo-container {
    width: 100%;
    max-width: 80%;
    text-align: left;
}

.photo {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.photo2 {
    width: 25%;
    height: auto;
}

.reel-container {
    width: 100%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.poster-wrapper {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 25px;
}

.poster-img {
    display: block;
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
        align-items: center;
    }

    .photo-container,
    .reel-container {
        max-width: 100%;
        padding-left: 0;
    }

    .photo2 {
        width: 50%; 
    }
}
