header {
  height: 60px;
  text-align: center;
}

main {
  background-color: #c83349;
  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: Roboto;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-align: center;
  color: white;
  padding-top: 40px;
  padding-top: 8rem;
}

.container {
  width: 400px;
  margin: auto;
  text-align: center;
}

#input {
  width: 22rem;
  height: 37px;
  border-radius: 3.2px;
  border: solid 0.8px white;
  background-color: inherit;
  display: block;
  margin: auto;
  font-family: Source Sans Pro;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
}

#shorten {
  width: 91px;
  height: 37px;
  border-radius: 3.2px;
  border: solid 0.8px white;
  background-color: inherit;
  margin-top: 48px;
  font-family: Source Sans Pro;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  margin-right: -3px;
}

#shorten:hover {
  background-color: #1f233e;
  border: solid 0.8px #4a4a4a;
  color: #0087de;
  cursor: pointer;
}

#shorten:active {
  background-color: #ffffff;
  border: solid 0.8px #4a4a4a;
  color: #1f233e;
  cursor: pointer;
}

#responseField {
  margin: auto;
  margin-top: 5rem;
  font-family: Source Sans Pro;
  font-size: 20px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  overflow: auto;
}

.text {
    padding: 20px;
}
