* {
    margin: 0 auto;
    padding: 0;
    box-sizing: content-box;
}

*:hover {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}
