<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bulma Variables */
body, html {
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 24px 0 8px 0;
  font-weight: normal; }

h1 {
  font-size: 5.5rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.75rem; } }

h2 {
  font-size: 2.8rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 2.2rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.8rem; } }

strong, b {
  font-weight: 700; }

pre, code {
  font-family: "Monaco", monospace; }

.elc__life__links {
  display: flex;
  justify-content: space-around; }
  @media (max-width: 619px) {
    .elc__life__links {
      flex-direction: column; }
      .elc__life__links a {
        margin-bottom: 12px; } }
  .elc__life__links a {
    flex: 1;
    display: block;
    margin: 10px;
    font-size: 2.4rem;
    color: #5D5D5D;
    text-transform: uppercase;
    text-align: center; }
</pre></body></html>