* {
    margin: 1;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
}

img {
    max-width: 100%;
}