*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    font-family: 'Montserrat', sans-serif;
}

img, svg {
    width: 100%;
    height: auto;
}

header, main, footer{
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

h1{
    font-size: 32px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3{
    font-size: 16px;
    font-weight: 600;
}

p,
ul,
ol,
li {
    font-size: 16px;
}

p, h1, h2, h3, h4, li {
    line-height: 150%;
}

