body {
  font-family: 'Cutive Mono', monospace;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 10px;
  line-height: 1.65em;
  background: black;
  color: #fff;
  font-weight: 300;

}

h1 {
  text-align: center;
}

#wordbox {
    /*opacity: 0;*/
    margin: 120px auto 0;
    display: block;
    width:800px;
    height:600px;
    resize:none;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    background: black;
    border-radius: 6px;
    color: white;
    transition: 1s linear;
    font-family: 'Cutive Mono', monospace;
}

div
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  
}
p
{
display:inline;
font-size: 18px;
  text-align: center;
  color: white;
  transition: 1s linear;
}
#sentInput, #tempInput {
  /*opacity: 0;*/
  width: 60px;
  height: 28px;
  align-content:center;
  font-size: 18px;
  text-align: center;
  
  background: #fff;
  border-radius: 12px;
  font-family: 'Cutive Mono', monospace;
  color: black;
}

#button {
  background: grey;
    border: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: inline;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    font-family: 'Cutive Mono', monospace;
}


