body {
    font-family: 'Mulish', sans-serif;
}

.footer-image {
    /* https://app.haikei.app/
       Background: hidden 
       Fill: #1c1c1c
       Style: Solid
       Aspect Ratio: 16:9
       Balance/Complexity/Contrast: [around mid section]
       
    */
    background-image: url("../images/wave-layered.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
    bottom: 0px;
    /* left: -50%; */
    aspect-ratio: 960/540;
    height: 100%;
    width: 100%;
}

