@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
  background-color: #f5f5f5;
  font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

h2 {
  color: #555555;
  margin-top: 50px;
}

button {
  border-radius: 5px;
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-top: 18px;
  cursor: pointer;
}

.buttonDay {
    width: 12%;
    background-color: #39ac73;
}

.buttonDay:hover {
    background-color: #2d8659;
}

.buttonShow {
    width: 30%;
    background-color: #ff6600;
}

.buttonShow:hover {
  background-color: #cc5200;
}

.buttonSay {
    width: 30%;
    background-color: #e3a726;
}

.buttonSay:hover {
  background-color: #cc5200;
}

a:link {
  color: #8000ff;
  text-decoration: none;
  font-size: 20px;
}

#generated-date {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
}

#day-of-week {
  font-size: 32px;
  font-weight: bold;
  color: #004d1a;
  margin-top: 30px;
  height: 50px;
}

#correct {
  font-size: 24px;
}

#correct-label {
  font-size: 24px;
}

#incorrect {
  font-size: 24px;
}

#incorrect-label {
  font-size: 24px;
}
