@media screen and (min-width: 1240px){
    #stream-section{
        display: flex;
        justify-content: space-evenly;
    }
    .left-stream-section{
        width: 500px;
    }
}

@media screen and (max-width: 1239px){
    .right-stream-section{
        padding-top: 50px;
    }
}

.flavor-text{
    text-align: center;
}