* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
  padding: 20px;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

header h1 {
  font-size: 2.5em;
  color: #6FB51F;
}

header p {
  font-size: 1.2em;
  color: #555;
}

.watch-button {
  padding: 10px 20px;
  font-size: 1.2em;
  background-color: #6FB51F;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.watch-button:hover {
  background-color: #0056b3;
}

section {
  margin-bottom: 30px;
}

section h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 10px;
}

section p, section ul {
  font-size: 1.1em;
  color: #444;
}

section ul {
  list-style: none;
}

section ul li {
  margin-bottom: 10px;
}

strong {
  color: #007BFF;
}

footer {
  text-align: center;
  margin-top: 50px;
  font-size: 1em;
  color: #777;
}

footer p {
  padding: 10px;
}

.dmca {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
}

.dmca h2 {
  font-size: 2em;
  color: #007BFF;
  margin-bottom: 20px;
}

.dmca p {
  font-size: 1.1em;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.dmca ul {
  list-style: disc;
  padding-left: 20px;
}

.dmca ul li {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 10px;
}

.dmca a {
  color: #007BFF;
  text-decoration: none;
}

.dmca a:hover {
  text-decoration: underline;
}
