body {
    margin: 0;
    font-family: Space Grotesk,sans-serif;
    line-height: 1.5;
    color: #6366F1;
    background: #f5f5f5;
}
a {
    color: #1E3A5F;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
