@media screen and (max-width: 715px) {
    .container {
        width: 600px;
    }
    .tableSection {
        width: auto;
    }
    th, td {
        padding-right: 20px;
        width: auto;
    }
    .titleSection h1 {
        line-height: 65px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 692px) {
    .inputSection {
        flex-direction: column;
    }
    #validateBtn {
        margin-top: 20px;
        width: fit-content;
    }
}



