body{
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}
table, th, td {
    border: 1px solid;
    border-color: rgb(68, 68, 68);
  }
table{
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
    width: 50%;
}
th, td{
    background-color: aliceblue;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 15%;
    text-wrap: wrap;
}
form{
    margin-bottom: 20px;
}
h1{
    color: rgb(0, 0, 0);
}
th{
    margin-top: 10px;
}
div{
    background-color: aliceblue;
    margin-bottom: 25px;
    max-width: auto;
    width: auto;
}