body{
    text-align: center;
    font-family: "Arial";
    background: lightskyblue;
    color: darkblue;
}

img{
    width: 280px;
}

table{
    border-collapse: collapse;
    width: 100%;
}

th,td {
    border-bottom: 1px solid ddd;
}