body {
  font-family: serif;
  background-image: url(https://t4.ftcdn.net/jpg/03/84/55/29/360_F_384552930_zPoe9zgmCF7qgt8fqSedcyJ6C6Ye3dFs.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

html, body{
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

form {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

#space {
  display: flex;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-size: 36px;
  color: #000000;
}

#description {
  font-size: 20px;
  color: #000000; 
  margin-top: 0;
}

fieldset {
  margin: 0 auto; 
  background-color: #ccccff;
  opacity: 0.8;
  margin-bottom: 0; 
}

#input-text > label {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

#input-text > input {
  margin: 2px 5px;
  width: 95%;
  height: 20px;
}

#dropdown {
  width: 50%;
  height: 25px;
  margin-top: 2px;
  margin-left: 5px;
}

#other-text {
  display: none;
  width: 50%;
  height: 50px;
  margin-top: 15px;
  margin-left: 5px;
}

#dropdown > option {
  padding-top: 20px;
  padding-bottom: 5px;
}

h2 {
  margin-top: 40px;
  border-bottom: 1px solid black;
}

input[type="radio"] {
  margin-bottom: 1px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

#department > label {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}


h3 {
  border-bottom: 1px solid black;
  font-weight: 800;
  font-size: 20px;
}

input[type="checkbox"] {
  display: flex;
  align-items: center;
}

#work-type > label {
  display: flex;
  align-items: center;
  margin: 0;
}

#improve {
  width: 95%;
  height: 50px;
  margin-bottom: 10px;
  margin-top: 0;
}

.button {
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 40px;
  margin-bottom: 20px;
}

.button:hover {
  background-color: #2b80b4;
}
