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

.container {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #333;
}

.video-player {
    margin-bottom: 20px;
}

a {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.1em;
    text-decoration: none;
    color: #007bff;
    border-bottom: 2px solid transparent;
}

a:hover {
    border-bottom: 2px solid #007bff;
}