@font-face {
  font-family: AdorshoLipi;
  src: url("../fonts/AdorshoLipi.ttf");
}

body {
  background-color: #222831;
  color: #eeeeee;
  font-family: "AdorshoLipi", sans-serif;
}
.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: #393e46;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
h1,
h2 {
  text-align: center;
  color: #00adb5;
}
form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #00adb5;
  text-align: left; /* Align text to the left */
}
.short-input-label {
  color: #eeeeee;
}
.short-input-field {
  color: #00adb5;
}
form input[type="text"],
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 1.8em;
  color: #f5eedd;
  border: 1px solid #00adb5;
  border-radius: 4px;
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  font-size: 2rem;
  text-align: left; /* Align text to the left */
}

form input[type="text"]:focus,
form textarea:focus {
  border-color: #f5eedd;
  outline: none;
}

form textarea {
  min-height: 20rem;
  resize: vertical;
}
.form-section {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 6px;
}

#study-section {
  background-color: #393e46;
  margin-top: 20px; /* Added margin to create space above */
}
#study-section label,
#study-section textarea {
  color: #eeeeee;
}
#application-section {
  background-color: #393e46;
}
#application-section label,
#application-section textarea {
  color: #eeeeee;
}
#prayer-section {
  background-color: #393e46;
}
#prayer-section label,
#prayer-section textarea {
  color: #eeeeee;
}
.form-section h3 {
  margin-top: 0;
  color: #00adb5;
  text-align: center; /* Align text to the center */
}
.devotion-info-group {
  background: #393e46;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}
button[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: white;
  background: #00adb5;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
label {
  font-size: 2rem;
}
button[type="submit"]:hover {
  background-color: #00adb5;
}
.quote-section {
  margin-top: 30px;
  padding: 20px;
  background-color: #393e46;
  border-radius: 8px;
  border-left: 5px solid #00adb5;
}
.quote {
  font-family: "AdorshoLipi", sans-serif;
  font-size: 2.1rem;
  font-style: italic;
  color: #eeeeee;
  margin: 0;
}

.pray {
  font-family: "AdorshoLipi", sans-serif;
  font-size: 2.3rem;
  color: #1dcd9f;
  margin: 0;
}
