.gradient {
  background: linear-gradient(to right, blue, pink);
  color: #ffffff;
  font-size: 2rem;
  display: block;
  text-align: center;
}

.title {
  max-width: 85%;
  margin: 50px auto 150px;
}

.schedule {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 800px;
}

.button {
  text-align: center;
  margin: 50px 0 50px;
}
.button input {
  width: 250px;
  height: 100px;
  font-size: 1.2rem;
}

footer {
  margin-top: 100px;
}/*# sourceMappingURL=schedule.css.map */