html {
    font-size: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background-color: #ffffff;
    color: #27313e;
    line-height: 1.5rem;
}
img {
    max-width: 100%;
    height: auto;
    display:inline-block;
}