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

body {
	line-height: 1.5;
}

img {
	max-width: 100%;
        height: auto;
        display: block;
}

