@font-face {
  font-family: 'Gallaudet';
  src: url('/assets/fonts/Gallaudet-Regular.ttf');
}

main {
  min-height: calc(100vh - 10.5rem);
  padding: 0 1.5rem;
}

h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

p.asl {
  text-align: center;
  font-size: 10rem;
  
  font-family: 'Gallaudet', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

p.asl.sentence {
  font-size: 7rem;
}

.input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.input > p {
  min-height: 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: -0.5rem;
  text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.75);
}

.input > .result {
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

input {
  font-size: 1rem;
  padding: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  min-width: 35rem;
}

button.back {
  font-size: 1.5rem;
  padding: 0.5rem 0.65rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 1rem;
  left: 1rem;
}