body {
  font-family: Arial, sans-serif;
  background-color: #FAFAFA;
  margin: 0;
  padding: 20px;
  color: #333;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.canal {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
}

.canal iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 6px;
}

.canal a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}

.thepent {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
}
  @font-face {
    font-family: 'Moontime';
    src: url('fonts/MoonTime.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
.logo-moontime {
  font-family: 'Moontime', cursive;
  font-size: 2.1rem;
  letter-spacing: 1px;
  display: inline-block;
}