ul, ol, li, a {
    list-style: none;
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

svg, .icon {
    width: 2rem;
    height: 2rem;
}

button {
    border: none;
}