body{
    background-color: bisque;
}
h1{
    text-align: center;
    font-size: 50px;
}

table{
    padding: 1px;
    width: 570px;
    height: 400px;
    border: 3px solid black;

}
div{
    width: 100%;
    height: 40%;
    background-color: bisque;
}
td{
    text-align: center;
    margin: 0px;
    border: 1px solid black;
}