body {
  display: block;
  margin: 0 0 0 0;
  background-color: #bf764e;
}
#wrap {
  position: relative;
  width: 30%;
  margin: auto;
  margin-top: 15%;
}
h1 {
  display: inline;
  font-size: 4vw;
  line-height: 108px;
  font-weight: normal;
}
form {
  margin: auto;
  width: 100%;
}
#squares {
  height: 120px;
}
input {
  display: block;
  height: 45px;
  width: 92%;
  border: none;
  padding-left: 4%;
  padding-right: 4%;
  margin: 0 0 0 0;
  outline: none;
  font-family: monospace;
  font-size: 20px;
  line-height: 45px;
  border-radius: 12px;
}
#submit {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 120px;
  border: none;
  background-color: #993131;
  outline: none;
  font-family: monospace;
  border-radius: 12px;
}
#submit:hover {
  cursor: pointer;
}
#A1 {
  color: #797979;
}
#A2 {
  color: #6f6f6f;
}
#A3 {
  color: #6B6B6B;
}
#A4 {
  color: #6D6D6D;
}
#A5 {
  color: #565656;
}
#A6 {
  color: #4C4C4C;
}
#A7 {
  color: #696969;
}
#A8 {
  color: #6D6D6D;
}
#A9 {
  color: #4E4E4E;
}
#A10 {
  color: #717171;
}
@media only screen and (max-device-width: 480px) {
  #wrap {
    width: 70%;
    margin-top: 25%;
  }
  #submit {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 70px;
    font-size: 26px;
  }
  input {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }
  #squares {
    height: 60px;
  }
  h1 {
    line-height: 55px;
    font-size: 10vw;
  }
}