.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.title {
  font-size: 24px;
  color: #ff6f61;
  text-align: center;
  margin-bottom: 20px;
}
.video-list-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.video-title {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.video-date {
  font-size: 14px;
  color: #999;
}
