body {
  margin: 0;
  overflow-x: hidden;
}

header {
  background-image: url('/res/background/calendars.png');
  margin-left: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 30px;
  flex: 1;
}

h1 {
  font-size: 99px;
  font-family: 'Georgia', serif;
  font-weight: bold;
  text-align: center;
  color: rgb(31, 124, 251);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bolder;
  text-align: center;
  color: rgb(77, 77, 77);
  margin-top: 20px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.content {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-left: 200px;
}

.comma {
    text-align: center;
    margin-left: 300px;
    margin-bottom: 10px;
}

.date {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -100px;
    font-weight: bold;
}

.video-time {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 180px;
    font-weight: bold;
}

.space {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .title {
        font-size: 40px;
    }

    .podtitle {
        font-size: 24px;
    }

    .content {
        font-size: 20px;
        flex-direction: column;
        align-items: center;
    }

    .video-time {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    width: 250px;
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .menu-toggle {
    display: block;
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 24px;
  }

  .title,
  .podtitle,
  .content,
  .comma,
  .date {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 0 10px;
  }

  .title {
    font-size: 40px;
    margin-top: 60px;
  }

  .podtitle {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .content {
    font-size: 20px;
  }

  .video-time {
    margin-left: 10px;
    display: inline-block;
  }

  .comma {
    font-size: 14px;
  }

  .date {
    margin-left: 0;
  }

  .space {
    margin-top: 60px;
  }
}
