* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}
html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}
body {
    color: #333;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
}
a,
button {
    cursor: pointer;
}
.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}
.root {
    width: 100%;
    position: relative;
    padding-top: 10rem;
}