body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 17px;
    font-family: PT Sans,Arial,sans-serif;
}
a {
    color: #0EA5E9;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1 {
    color: #F59E0B;
    font-size: 30px;
}
p {
    line-height: 1.55;
}
