input{
    width:50px;
    height:77px;
    padding-left:30px;
    font-size:xx-large;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
    text-decoration:none;
    background-color: white;
    border: 2px solid rgb(204, 175, 175);
}

body{
    display: flex;            /* use flexbox */
    justify-content: center;  /* center horizontally */
    align-items: center;
}

h2{
    display: flex;            /* use flexbox */
    justify-content: center;  /* center horizontally */
    align-items: center;
}

#submit {
    display: block;
    margin: 20px auto;
}

/* Chrome, Edge, Safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hero {
  font-family: "Noto Serif", serif;
  font-size:xx-large;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}