body{
    background-color: #cac6c6;
}

h1{
    text-align: center;
}

#table{
    margin: auto;
}

#table, th, td{
    width: 700px;
    text-align: center;
    border: 2px solid white; 
    border-collapse: collapse;
}

