* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}
input{
    border: none;
    background-color: transparent;
}
img{
    max-width: 100%;
}
ul{
    list-style: none;
}
ol{
    list-style: none;
}
