html,body {
    margin: 0;
    box-sizing: border-box
}

body {
    padding: 0;
    font-family: Merriweather,Times New Roman,serif
}

a {
    color: #0EA5E9;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    margin: 0 0 10px;
    line-height: 1.5
}
