#main {
    width: 100vw;
    height: 300px;
    position: static;
    /* z-index: -1; */
    margin: 0px 0px;
    user-select: none;
    object-fit: cover;
    object-position: bottom;
}

.playful {
    font-family: Lobster, Arial;
    font-size: 35px;
    margin-right: 5px;
}

.header {
    font-size: 31px;
    word-spacing: 10px;
    color: var(--sketch);
    font-weight: normal;
    font-family: Itim;
}

#portrait {
    width: 84px;
    border-radius: 150px;
    float: left;
    /* top: 10%;
  left: 40%; */
    shape-outside: circle(80% at 50% 23px) border-box;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 18px;
    /* display: none; */
    user-select: none;
    /* filter: grayscale(1); */
}

#intro {
    column-gap: 18px;
    align-items: flex-start;
}

@media screen and (max-width: 400px) {
    #portrait {
        display: none;
    }
    footer {
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* grid-template-rows: 1fr 1fr; */
        /* justify-items: center; */
    }
}