* {
    color: white;
    background-color: black;
    font-family: 'Poppins', sans-serif;
}

#content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#content h1 {
    text-align: center;
}

#stream {
    margin: auto;
    width: 60%;
    height: 330px;
    background-color: black;
}

#stream iframe {
    align-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: black;
}

#callout h2 {
    text-align: center;
}

@media screen and (max-width: 480px) {
    #stream {
        height: 100px;
    }
}