.home section:not(:last-of-type) {
  margin-bottom: 2rem;
}

.today {
  position: absolute;
  top: 4rem;
  right: 0;
  padding: 1rem 2rem;
}

.home h1 {
  font-size: 0.875rem;
  font-weight: normal;
  display: table;
  margin-inline: auto;
}

.home h1 strong {
  font-size: 1rem;
  font-weight: bold;
  color: var(--blue-600);
}

.home .top button {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-inline: auto;
  font-weight: bold;
  border: 2px solid var(--blue-500);
  border-radius: 50vh;
}

.home .top button img {
  width: 1rem;
}

.home .top a {
  display: table;
  margin-inline: auto;
}
