@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
body {
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    #1e0074 3.65%,
    #9700dd 22.92%,
    #c51bf9 43.82%,
    #ff6caa 69.27%,
    #e24b64 100%
  );
}

.schedule {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  color: white;
  font-family: "Krona One", sans-serif;
  margin-bottom: 20px;
}

.schedule h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  font-size: 2vw;
}

.schedule a{
  width: 100%;
}
.scheduleimg {
  width: 100%;
  height: auto;
}
