/* MOBILE FIRST! */
:root{
    --title: #84DCCF;
    --subtitle: #93E1C1;
    --celadon: #a2e5b2;
    --ash-gray: #c2c5b2;
    --cherry-blossom-pink: #e2a5b2;
    --eerie-black: #242524;
    --space-cadet: #342E46;
    --wisteria: #B4A0E5;
    --ivory: #F6F7EB;

    --font-sacramento: 'Sacramento', cursive;
    --font-oswald: 'Oswald', sans-serif;
}

*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow: hidden;
}
a {
    color: var(--cherry-blossom-pink);
    text-decoration: none;
}
.about {
    background-color: var(--space-cadet);
    font-size: 20px;
    color: var(--ivory);
    margin-top: -65px;
    padding: 50px 16px 25px;
}
.about .heading {
    font-family: var(--font-oswald);
    font-size: 48px;
    color: var(--wisteria);
    margin: 0;
}
.about .sub-heading {
    font-family: var(--font-oswald);
    font-size: 32px;
    color: var(--wisteria);
    margin: 0;
}
.about p{
    color: var(--ivory);
    margin: 0;
}
body {
    /* background: #884466; */
    /* background: #02010A; */
    /* background: #0B1111; */
    /* background: #312F2F; */

    /* pumpkin */
    /* background: #242524; */
    position: relative;
    height: 100dvh;
    width: 100dvw;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}
.cairo-play-caption {
    font-family: "Cairo Play", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
    color: #fff;
  }
.codepen, .codepen a, .codepen a:link, .codepen a:visited{
    color: var(--cherry-blossom-pink);
    text-decoration: none;
}
.contact{
    display: flex; 
    justify-content: center;
}
.contact-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin: 5px 10px;
}
.contact-text{
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.css-art {
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    margin-top: 25px
}
.curved {
    position: relative;
    background: var(--eerie-black);
    border-bottom-left-radius: 50% 5%;
    border-bottom-right-radius: 50% 5%;
    /* height: calc(100dvh + 5%); */
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email, .email a, .email a:link, .email a:visited{
    color: var(--celadon);
    text-decoration: none;
}
.footer {
    background: var(--eerie-black);
    color: var(--ivory);
    padding: 20px;
    text-align: center;
}
.footer .desktop {
    display: none;
}
.icon {
    height: 48px;
    width: 48px;
}
.icon path {
    fill: var(--ash-gray);
}
.icons {
    margin-top: 44px;
}
.ko-fi {
    padding: 8px;
}
#macaron {
    margin-bottom: -50px;
    flex: 0 0 auto;
}
.nav {
    background: var(--eerie-black);
    display: flex;
    justify-content: space-between;
}
.split-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:32px;
}
.subtitle{
    font-family: var(--font-oswald);
    line-height: 1;
    color: var(--subtitle);
    text-align: center;
    margin-top: 18px;
    padding-left: unset;
    font-size: 28px;
}
.title{
    font-family: var(--font-sacramento);
    text-align: center; 
    padding-top: 100px; 
    /* color: #d2d0d1;  */
    color: var(--title);
    font-size: 80px;
    margin: 0px;
    letter-spacing: -2px;
    line-height: 1;
}
.twitter, .twitter a, .twitter a:link, .twitter a:visited{
    color: var(--ash-gray);
    text-decoration: none;
}
.wave-divider {
    position: relative;
    z-index: 1;
    margin-top: -5%;
}