* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}