table, th, td {
    border: 5px ridge lightblue;
    border-collapse: collapse;
    border-radius: 10px;
    margin: 5px;
    padding: 2px;
}

table{
    width: 400px;
}
