* {
    box-sizing: border-box;
}

body {
    margin: 0px
}

ul {
    padding: 0;
}

li {
    list-style: none;
}