/* section#StudentForm { */
    /* width: 600px; */
    /* height: 500px; */
    /* background-color: white; */
    /* margin: 0 auto; */
/* } */



#studentForm form{
    width: 600px;
    background-color: antiquewhite;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 20px;
}

/* main section:nth-child(1){ */
    /* width: 600px; */
    /* height: 500px; */
    /* background-color: blue; */
    /* margin: 0 auto; */
/* } */

.sNo, .sNo1 {
    border: 1px solid gray;
    border-radius: 3px;
    flex: 1;
    max-width: 60px;
    height: 60px;
    text-align: center;
    appearance: none;
    padding-top: 5px;
    font-size: 25px;
    margin-bottom: 10px;
}

button.sNoFormButton {
    /* flex-basis: 100%; */
    height: 50px;
    width: 90%;
    background-color: gold;
    border: thin solid darkblue;
    border-radius: 5px;
    padding: 10px;
}

button.sNoFormButton:hover {
    background-color: red;
}