body{
    background-color:#bedee8;
}
table {
    border: 2px solid black;
    border-collapse: collapse;
    width: 25%;
}
th,td {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}
th{
    background-color: lightgray;
}