body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

h1 {
    font-size: 1.5em;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.agency_logo {
    max-width: 150px;
    height: auto;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
