*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    margin: 0;
   
}

img,
picture {
    max-width: 100%;
    display: block;
    height: auto;
}

button {
    font: inherit;
}