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

    font: inherit;
	vertical-align: baseline;
}

html{
    /* 1rem = 10px */
    font-size: 62.5%;
}

body{
    line-height: 1;
}

ol, ul {
	list-style: none;
}