html, body {
  height: 100%;
  width: 100%;
  color: white;
  background-color: black;
  text-align: center;
  align-content: center;
  align-items: center;
  font-family: Times New 'Times New Roman', Times, serif
}
#header {
  font-family: sans-serif;
  font-size: 46px;
  margin: 11px;
  margin-bottom: 0px;
}
#subheader {
  font-size: 110%;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', 'Comic Neue', sans-serif;
}
#spacer-half{
  padding:1px;
}
#text-container {
  max-width: 500px;
  margin: 0 auto;
}
#wordamount {
  max-width: 50px;
}
#gobutton{
  min-height: 23px;
  margin-top: 3px;
}
#swear-container{
  border: dashed 1px gray;
  max-width: min(70%, 550px);
  min-height: 30px;
  margin: 0 auto;
  padding: 1% 2.5%;
  font-size: 115%;
  margin-bottom: 10px;
}
#spacer-smol{
  margin: 0.47%;
}