body {
    background-color: #1a3a5f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #e0f2fe;
}

a{
    color: yellow;
}

h1{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #38bdf8;
}

p{
    font-size: 15px;
}

td{
    text-align: center
}