body {
    background-color: #414141;
    font-family: 'Ubuntu Sans Mono', monospace;
    color: #e1e1e1;
}

.full-screen {
    padding: 2rem;
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    filter: invert(100%);

    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.text {
    text-overflow: wrap;
    line-height: 1rem;

    p {
        margin-bottom: 0.5rem;
    }
}

.bubble {
    background-color: #8a8a8a;
    color: rgb(39, 39, 39);
    font-size: 0.8rem;

    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;

    height: fit-content;

    p {
        font-size: 1rem;
    }
}

.clickables {
    display: flex;
    flex-direction: row;

    /* justify-content: center; */
    align-items: center;
    
    gap: 0.5rem;

    text-decoration: none;
}

.creative_web {
    margin: 0;
    padding: 0.30rem 1rem;

    font-size: 0.8rem;
    background-color: white;
    color: black;
    border-radius: 2rem;

    text-decoration: none;
}

.update {
    display: flex;
    flex-direction: row;
    /* align-items: self-start; */
    /* justify-content: center; */

    gap: 1rem;
    overflow: scroll;
}

.update iframe {
    border: none;
    border-radius: 12px;

    height: 100dvh;
    max-height: 30rem;
    /* min-height: 566px;
    max-width: 100%; */

    margin: 0;
    padding: 0%;
}

.work h2 {
    padding: 0;
    margin: 0;
}

.work h4 {
    color: #474747;
    padding: 0;
    margin: 0;
}

.work p {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 0;
}

.link {
    text-decoration: italic;
    font-weight: bold;
    color: #474747;
}