ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
a{
    text-decoration: none;
}
button {
    border: none;
    cursor: pointer;
}
address{
    font-style: normal;
}
img{
    display: block;
}