* {
    box-sizing: border-box;
}
body, div, header, footer, h1, p, strong, a, img{
    margin:0;
    padding:0;
    font-size: 100%;
    font-weight: inherit;
}
a {
    text-decoration: none
}
