* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
p {
    line-height: 1.3em;
}