body {
  background-repeat: no-repeat;
  background-size: cover;
  font-family: verdana;
}

.container {
  max-width: 70%;
}

.container2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 40%;
  height: 800px;
  margin: 5% auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

.smallcontainer {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 40%;
  height: 300px;
  margin: 5% auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

h1 {
  text-align: center;
  margin: 0;
  font-family:Open-Sans;
}

h2 {
  text-align: center;
  margin: 0;
  font-family:Open-Sans;
}

h3 {
  margin: 0;
  font-family:Open-Sans;
}

p {
  margin: 0;
  font-family:Open-Sans;
  font-size:20px;
  text-align: justify;
  text-justify: inter-word
}

.answer-container {
  width: 100%;
  text-align: center;
}

.day-container {
  width: 25%;
  text-align: left;
  padding-left: 200px;
}

input {
  text-align: center;
  width: 40%;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  font-weight: 800;
  letter-spacing: 2px;
  font-size: large;
  display: inline-block;

  padding: 10px 40px;
  border: none;
  background-color: #ff9350;
  color: white;
  border-radius: 12px;
  cursor: pointer;
}

.horizontal-container {
  display: flex;
  justify-content: space-between;
}

button:hover {
  background-color: #fc8c46;
}

.img-container {
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button3 {border-radius: 8px;}

