html {
    box-sizing: border-box;
    font-size: medium;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img {
	max-width: 100%;
}
a {
    text-decoration: none;
}