.welcome {
    color: gray;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.userstatus {
    color: blue;
    font-style: italic;
}

.scrollableWrapper {
    height: 300px;
    overflow: hidden;
}

.scrollableContent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
}
