* {
    margin: 0;
    padding: 0;
    font-family: arial black;
}


.inputBox input {
    color: white;
    border: none;
    margin: 30px 0 30px;
    background: transparent;
    font-size: 15px;
    text-align: center;
}

.warning {
  padding-top: 5%;
  font-family: Montserrat;
  color: red;
  font-size: 17px;
  border-radius: 15px;
}
/* btn */
.button48 {
    width: 300px;
    appearance: none;
    background-color: skyblue;
    border-width: 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
  }
* {
    margin: 0;
    padding: 0;
    font-family: arial black;
}


.inputBox input {
    color: white;
    border: none;
    margin: 30px 0 30px;
    background: transparent;
    font-size: 15px;
    text-align: center;
}

.warning {
  padding: 6%;
  font-family: Montserrat;
  color: red;
  font-size: 17px;
}
/* btn */
.button48 {
    width: 300px;
    appearance: none;
    background-color: skyblue;
    border-width: 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
  }
