@media only screen and (min-width: 32em) {
  body {
    font-size: 1.6em;
    margin-left: 30%;
    margin-right:30%;
  }

  input {
    width: 100%;
    height: 30px;
    text-align:center;
    font-size: 1em;
    margin-top:15px;
  }

  #buttonBox {
    text-align:center;
  }

  button{
    margin-left: 10px;
    margin-top: 15px;
    height: 22px;
    font-size: 14px;
  }
  img {
    width:200px;
    height:200px;
  }

}
body {
    background-color: black;
    color:white;
}


button{
  margin-left: 10px;
  margin-top: 15px;
  height: 22px;
  font-size: 14px;

}
#buttonBox {
  text-align:center;
}

input {
  width: 100%;
  height: 30px;
  text-align:center;
  font-size: 1em;
  margin-top:15px;
}
