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

ul, li {
    list-style: none;
}

button {
    background-color: unset;
    cursor: pointer;
}

input, button, textarea, select {
    background: none;
    outline: none;
    border: none;
}

textarea {
    resize: none;
}


img {
    width: auto;
    height: 100%;
}

button {
    cursor: pointer;
}
