#home-splash-container {
    display: flex;
    flex-flow: row;
    width: 75%;
    height: fit-content;
    margin: auto;
    padding: 20px;
    min-width: fit-content;
}


#home-splash-container-text {
    width: fit-content;
    display: flex;
    align-items: center;
}

#text-bubble > * {
    text-align: right;
    width: fit-content;
}

#text-bubble > p, #text-bubble > h1 {
    width: 100%;
}

#home-splash-container-image {
    flex: 1;
    display: flex;
    align-items: center;
}

#home-splash-container-image > img {
    border-radius: 50%;
    border: solid 5px white;
    width: 60%;
    height: auto;
    margin: 0 auto 0 auto;
    display: block;
    max-width: 250px;
    min-width: 100px;
}

#text-bubble {
    height: fit-content;
    width: fit-content;
}

#master-content {
    display: flex;
    align-items: center;
}