* {
}
.frm {
  color: white;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  background-color: red;
  border-radius: 15px;
}
.infoForm {
  font-family: "Courier New", Courier, monospace;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  border-radius: 10px;
  size: 100;
}

#fname {
  width: 500px;
  height: 35px;
  margin: 20px 0px;
  font-size: 20px;
}
#lname {
  width: 500px;
  height: 35px;
  margin: 20px 0px;
  font-size: 20px;
}
#hMany {
  width: 500px;
  height: 35px;
  margin: 20px 0px;
  font-size: 20px;
}
#tFrom {
  width: 500px;
  height: 35px;
  margin: 20px 0px;
  font-size: 20px;
}
#tTo {
  width: 500px;
  height: 35px;
  margin-bottom: 50px;
  font-size: 20px;
}
#pnumber {
  width: 500px;
  height: 35px;
  margin: 20px 0px;
  font-size: 20px;
}
#email {
  width: 500px;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.btn {
  font-size: 16px;
  font-weight: 300;
  width: 100px;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  margin-right: 20px;
  margin-bottom: 20px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn:after {
  content: "";
  background-color: #ffe54c;
  width: 100px;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.btn:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}
