@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Neonderthaw&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Neonderthaw&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body { 
    font-family: cousine;
    font-size: 1.1rem;
    color: black;
    padding: 3rem;
    text-wrap: pretty;
}

.container {
    margin: auto;
    max-inline-size: 90ch;
}

p {
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1 em;
    margin-bottom: 3%;
}

h1 {
    font-family: cousine;
    color: black;
    font-size: 12rem;
    letter-spacing: 0.0 em;
    line-height: 80%;
    padding-left: 0;
    padding-right: 0;
    background-color:#95D3E0;
    text-align: center;
    text-box: trim-both cap alphabetic;
}

h2 {
    font-family: cousine;
    color: black;
    font-size: 6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color:#FCCBCF;
    text-align: center;
    text-box: trim-both cap alphabetic;
}

h3 {
    font-family: cousine;
    color: black;
    font-size: 1.9rem;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-wrap: pretty;
}

.smaller-subheading {
    font-size: 1.7rem;
}

h4 {
    font-family: cousine;
    background-color:#95D3E0;
    color: black;
    font-size: 1.7rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-box: trim-both cap alphabetic;
    text-wrap: pretty;
}

blockquote {
    font-family: cousine;
    text-align: center;
    line-height: 1.5;
    font-style: italic;
    max-width: 700px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFDAC8;
    text-wrap: pretty;
}

em {
    font-weight: bold;
    font-style: italic;
}

.author {
    margin-bottom: 40px;
}

.left-align {
    float: left;
}

.right-align {
    float: right;
}

.code {
    font-family: monospace;
    color: #95D3E0;
    opacity: 50%;
    line-height: 10px;
}

.special-font {
    font-family: neonderthaw;
}

.wild-font {
    color: black;
    font-family: neonderthaw;
    letter-spacing: 1rem;
}

.bigfont { 
    color: black;
    font-size: 2rem;
}

.orange-text {
    color: #DE8152;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.green-text {
    color: #53BF87;
    font-weight: bold;
    margin: 1rem;
    line-height: 20px;
    font-size: 1rem;
}

.green-background {
    background-color: #A6E8C6;
    text-align: center;
    font-size: 6rem;
    margin-top: 5rem;
}

.upper-space {
    margin-top: 5rem;
}

.pink {
    color: #DE8152;
}

footer {
    text-align: center;
}
/*:not(:first-child) { margin-block-start: 1em; }