a {
    color: #467fcf;
    cursor: pointer;
}
a:hover {
    color: #295a9f;
    text-decoration: none;
}
a:not([href]):not([class]) {
    color: #467fcf;
    text-decoration: none;
}
article {
    width: 100%;
    max-width: 500px;
}
body {
    font-family:
        "Source Sans Pro",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        sans-serif;
    min-height: 80vh !important;
}
.btn-lg svg.icon {
    height: 27px;
    width: 27px;
}
.btn-subscribe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
h1 {
    color: #f11bde;
    font-size: 1rem;
}
h2 {
    font-size: 1.3rem;
}
h1,
h2 {
    /* 	font-weight: 400; */
}
html {
    zoom: 1.25;
}
.text-muted {
    color: #676d72e3 !important;
}
@media (min-width: 600px) {
    body {
        font-size: 1.15rem;
    }
}
