body {
    width: 80%;
    max-width: 600px;
    min-width: 300px;
    text-align: center;
    background-color: lightgray;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

header {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 10px;
}

span {
    width:100%;
    min-width:350px;
    margin-bottom:50px;
}

div {
    height: 150px;
    background-color: rgb(157, 177, 219);
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

button{
    width: 40%;
    height: 100px;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 5px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-radius: 10px;
}

@media only screen and (max-width: 500px) {
    button{
        font-size:25px;
    }
}

p {
    text-align: center;
    font-size: 70px;
    margin-top: 20px;
    padding-top: 25px;
}
.formPara{
    margin-top: 5px;
    padding-top: 0;
    font-size: 15px;
}
.reset {
    background-color: rgb(228, 36, 36);
    color: white;
}

.nameSubmitButton{
    height: 50px;
    width: 35%;
}

form {
    font-size: 40px;
}

input {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
  }
  .formNames {
    height: auto;
    background-color: lightgrey;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }

  .formPara3{
    font-size: 50px;
  }