@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --pico-font-family: "Shantell Sans", cursive;
    /*background-color: red;*/
}

.my-title {
    background: linear-gradient(rgb(0, 217, 255),rgb(0, 110, 255));
    /*-webkit-text-stroke: 2px black;*/
    background-clip: text;
    color: transparent;

    font-variation-settings:
        "BNCE" 50,
        "INFM" 100,
        "SPAC" 0;
}

.avatar {
    border-radius: 100%;
    width: 50%;
    max-width: 300px;
    aspect-ratio: 1;
    object-fit: cover;
    overflow: hidden;
    object-position: center 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.head-container {
    text-align: center;
}

.cool-image {
    display: inline-block;
    height: 1em;
}

.story-container {
    font-family: Arial, Helvetica, sans-serif;
}

.mono {
    font-family: 'Courier New', Courier, monospace;
}
