#youtube-link {
    width: 100%;
    background-color: #333;
    border: 3px solid orange;
    color: orange;
}

#content-app {
    min-width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content-app button {
    width: fit-content;
}

#chat-highlight-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}