body {
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    line-height: 1.6;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgb(0, 120, 215);
    color:white;
}
h1 {
    color: #ddedff;
}
h2 {
    color: #aed4ff;
}
a {
    color: #66c2ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}