*, ::after, ::before {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
}