body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #c3d9d3;
  background-image: url('/img/Howdy_Clowdy_CharacterLogoCircle.png');
  background-position: left top 65px; /* Adjusted position */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 500px auto;
  text-align: center;
}

.container {
  margin-top: 100px; /* Adjust as needed */
}

.container-ge {
  margin-top: 100px; /* Adjust as needed */
  text-align: left;
}


h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

label {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

input[type="text"] {
  padding: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

button {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}
