@import url(/stylesheets/common.css);

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    gap: 25px;
    font-size: var(--text-small);
    line-height: var(--text-small-lh);

    @media (width >= 48rem) { 
        gap: 50px;
        font-size: var(--text-large);
        line-height: var(--text-large-lh);
    }
}

p.text-emoji {
  font-weight: 700;
  letter-spacing: -0.1em;
}