body {
    background-color: rgb(148, 146, 146);
}

h2 {
    text-align: center;
    border-bottom: solid grey;
}

input {
    width: 67px;
}

table {

    margin-left: auto;
    margin-right: auto;
}

tr {
    height: 35px;
}

footer {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 2px;
    text-align: center;
    position: sticky;
    opacity: 80%;
    bottom: 0px;
    box-sizing: border-box;
    background-color: rgb(71, 71, 71);
    color: aliceblue;
    height: 25px;

}

.container {
    max-width: 600px;
    ;
    background-color: rgb(250, 248, 238);
    min-height: 100vh;
    height: fit-content;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.subTitle {
    color: gray;
}

.warning {
    text-align: center;
    font-weight: 700;
    font-size: larger;
    display: block;
    background-color: red;
    color: aliceblue;

}

.pass {
    text-align: center;
    font-weight: 700;
    font-size: larger;
    display: block;
    background-color: rgba(2, 207, 20, 0.87);
    color: rgb(14, 70, 1);
    display: none;

}