body {
    background-color: rgb(220, 255, 240);
    margin-left: 25%;
    margin-right: 25%;
    color: rgb(0, 0, 0);
    margin-top: 0;
    padding-top: 0;
}

table, td{

    
    border-color: rgb(0, 0, 0);
    border-style:inherit;
    border-width: 2px;
    border-collapse: collapse;
    
    table-layout: fixed;
    width: 100%;

    
}

h1 {
    text-align: center;
    font-size: 250%;
    color: rgb(0, 0, 0);
}