header {
  text-align: center;
  background-color: #ef6b68;
  padding: 10px;
}

main {
  background-color: #87bdd8;
  height: 900px;
  text-align: center;
}

.header {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  height: 38px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: black;
  padding-bottom: 10px;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

h1 {
  height: 38px;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-align: center;
  color: #1f233e;
  padding-top: 8rem;
  margin: 0;
}

li {
  text-align: center;
  margin: 0 25% 0 25%;
}

.container {
  width: 400px;
  margin: auto;
  text-align: center;
}

#input {
  width: 12rem;
  height: 37px;
  border-radius: 10px;
  border: solid 2px white;
  background-color: inherit;
  display: block;
  margin: auto;
  margin-top: 10px;
  font-family: Source Sans Pro;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

#input:focus {
  border: 2px solid #1f233e;
}


#submit {
  border-radius: 5px;
  width: 8rem;
  height: 3rem;
  opacity: 0.6;
  background-color: #1f233e;
  margin-top: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  -webkit-transition: 0.3s;
  color: #87bdd8;
  margin-right: -3px;
}

#responseField {

  background-color: #1f233e;
  margin: auto;
  margin-top: 5rem;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  overflow-wrap: break-word;
  border-radius: 5px;
}

.text {
    padding: 20px;
}

#submit:hover {
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
}

#submit:active {
  background-color: #ffffff;

  color: #ef6b68;
  cursor: pointer;
}
