/*Reset shit*/

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font: 300 18px/1.5, sans-serif;
width: auto;
height: 1920px;
margin: auto;	
}

a {
color: inherit;
text-decoration: none;
}

img {
max-width: 100%;
}