body {
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/168/169/original/istockphoto-1814074913-612x612.jpg?1749942403);
}

.container {
  margin: 120px auto;
  max-width: 600px;
  background: #34495e;
  padding: 50px;
  border-radius: 30px;
}

a {
  color: #e4f1fe;
}

h1 {
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  color: #8dc6ff;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  margin-bottom: 30px;
}

form {
  padding: 0 0 20px;
  display: flex;
  margin-bottom: 20px;
}

footer {
  margin-top: 20px;
  color: #8dc6ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
}

.career-type {
  padding: 12px;
  border: 1px solid lightgrey;
  border-radius: 50px;
  width: 80%;
  font-size: 16px;
  line-height: 1.5;
}

.submit-button {
  margin-left: 10px;
  background: #22313f;
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 50px;
  width: 150px;
  font-size: 16px;
}

.question {
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #e4f1fe;
  line-height: 1.5;
  padding: 20px;
}
