body {
    
    background-color: black;
    color: white;
}

table {
    
    background-color: dimgrey;
    border: 10px;
    border-color:linear-gradient(blue,white);
    width: 1000px;
    align-content: center;
}