* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    border: none;
    font-size: 0;
}
