body {
  font-family: sans-serif;
  padding: 20px 20px;
}

h1,
h2,
p {
  text-align: center;
}
h1 {
  font-weight: 900;
  color: #006ec5;
  margin: 0;
  font-size: 34px;
  line-height: 48px;
}
h2 {
  font-size: 48px;
}
p {
  color: #006ec5;
  font-size: 20px;
}

form {
  display: block;
  margin: left;
  color: #006ec5;
}
span {
  background-color: #f2f2f4;
  border-radius: 20px;
  text-decoration: solid;
}
hr {
  border: 0.5px solid #4eae53;
}

.row {
  text-align: center;
}
.col-3 {
  text-align: center;
  font-size: 22px;
}
.day {
  color: #4eae53;
  text-align: center;
  font-size: 24px;
}
