body {
  font-family: "Linux Libertine", "Times New Roman", serif;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 20vh;
}

h1 span {
  color: blue;
  text-decoration: underline;
}

h2 {
  font-weight: 400;
  text-align: center;
}

.button-container {
  width: 30vw;
  margin: 5rem auto;
}

.button-container a {
  display: block;
  text-align: center;
  background: #dfdfdf;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.button-disabled {
  opacity: 50%;
  cursor: not-allowed !important;
}

#daily-link {
  background-color: #0000dd;
  color: white;
}

/* Mobile styles */
@media (max-width: 768px) {
  .button-container {
    width: 85vw;
    margin: 3rem auto;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
