* {
    margin: 0;
    padding: 0;
}

ul,ol {
    list-style: none;
}

.clearfix:after {
    content: '';
    clear: both;
    display: table;
}