* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
.center {
    height: 100%;
}

body {
    font-family: "Bebas Neue", -apple-system, BlinkMacSystemFont, avenir next,
        avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto,
        arial, sans-serif;
    background-color: #1b1f24;
}
/* 
.center {
    display: grid;
    justify-items: center;
    align-items: center;
} */
.nav {
    padding:10px;
    background: -webkit-linear-gradient(300deg, #04b3b3 20%, #ffffff 70%);
    -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        
}

.quote {
    /* max-width: 920px; */
    padding: 2rem;
    /* margin-bottom:2rem; */

    blockquote {
        text-transform: uppercase;
        font-size: clamp(3rem, 5vw, 4rem);
        line-height: 1;
        font-weight: bold;
        background: -webkit-linear-gradient(300deg, #93f5ec 20%, #a77bf3 70%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        
    }

    figcaption {
        /* margin-top: 2rem; */
        color: #8b949e;
        /* font-size: 20px; */
        font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console,
            monospace;
    }
    .sunset-color {
        -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-box-decoration-break: clone;
            background-image: linear-gradient(45deg, #FFC107, #E91E63);
    }
}
/* @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Anton&family=Cairo+Play:wght@800&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");