html, body {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.6;
    color: #312E81;
    background: #fff;
}
a {
    color: #06B6D4;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
