*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

ul,ol{
    list-style: none;
}

body{
    font-family: "Montserrat", sans-serif;
}

img{
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
}
button{
    border:none;
    background-color: transparent;
}