body {
  margin: 0;
  padding: 0;
  background-image: url('img/tam.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-container {
  max-width: 500px;
  width: 100%;
  background-color: #fff8e1;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border: 2px dashed #f39c12;
}

.colorful-title {
  font-weight: bold;
  color: #e67e22;
  font-size: 1.8rem;
}