body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f4f8;
    color: #000;
    margin: 0;
    padding: 0;
    font-size:20px;
}


.container {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
    color: #256DB1;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.media-section {
    margin-bottom: 30px;
    text-align: center;
}

.media-section img, .media-section video {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #256DB1;
    margin-top: 0;
}

h2 {
    color: #FC8324;
    margin-top: 40px;
    margin-bottom: 15px;
}

p {
    line-height: 1.6;
    margin-bottom: 25px;
}

ol {
    padding-left: 20px;
    line-height: 1.7;
}

ol li {
    margin-bottom: 15px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

.section-image {
    width: 100%;
    height: auto;
    margin: 15px 0 25px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.video-container {
    display:none;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    padding-top: 25px;
    height: 0;
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
