@font-face {
    font-family: 'Spoon';
    src: url('/assets/fonts/spoon.woff');
}

.main-heading {
    color: blue;
    font-family: 'spoon';

    font-size: 17vw;
    margin: 0 auto;
    font-variation-settings: "wght" 300, "wdth" 75;

    margin: 0 -50%;
}

.main-heading:first-of-type {
    margin-left: 0;
}

.main-heading:last-of-type {
    margin-right: 0;
}

#variableTarget {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#defaultCanvas0 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
}