body {
  display: block;
  margin: 0 0 0 0;
  background-color: #34495e;
}
#wrap {
  position: relative;
  width: 30%;
  margin: auto;
  margin-top: 10%;
}
form {
  margin: auto;
  width: 100%;
}
input {
  display: block;
  height: 45px;
  width: 94%;
  border: none;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 0 0 0;
  outline: none;
  font-family: monospace;
  font-size: 20px;
  line-height: 45px;
  border-radius: 0px;
}
#translate {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  height: 120px;
  border: none;
  background-color: #249c84;
  color: white;
  outline: none;
  font-family: monospace;
  font-size: 40px;
  line-height: 120px;
  border-radius: 0px;
}
#translate:hover {
  cursor: pointer;
}
@media only screen and (max-device-width: 480px) {
  #wrap {
    width: 70%;
  }
  #translate {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
  }
  input {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }
}