body {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: sans-serif;
    font-size: 16px;
    color: #001D6C;
    background: rgb(244,245,255);
}

a, p, li {
    font-size: 16px;
    color: #001D6C
}

.card {
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    max-width: 500px;
    border-radius: 5px;
}
