* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fafafa;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img,
iframe {
    max-width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

i,
em,
b,
strong,
a {
    font: inherit;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}