body {
  background-color: black;
}

p {
  color: white;
}

.header {
  text-align: center;
  border-style: solid;
  border-color: white;
}

.header h1 {
  color: white;
  font-size: 50px;
}

.videos-principales {
  text-align: center;
}

.videos-principales h3 {
  color: white;
  font: 50px;
}