body{
    font-family: 'Courier New', Courier, monospace;
}

table{
    width: 100%;
    border: solid black 2px;
}


thead{
    width: 100%;
    border: solid black 2px;
}

.head{
    border: solid black 1px;
}

tbody{
    width: 100%;
}

tr{
    width: 100%;
    border: solid 2px black;
    height: fit-content;
}

td{
    border: 1px solid black;
    padding: 10px;
}


.desc-form input{
    width: 100%;
    margin: 1px auto;
}

button{
    text-align: center;
    cursor: pointer;
}

.result-div{
    width: 100%;
    height: fit-content;
    padding: 20px;
    border: 3px solid black;
    
}

.result-div h3, h4{
    text-align: center;
}

.display-div h4{
    text-align: center;
}




