body {
    background-image: url("assets/background_texture.png");
    background-repeat: cover;
}

/*************************
Header section
*************************/
.header {
    font-family: 'Baloo Bhaina', cursive;
}
#subheader {
    font-family: sans-serif;
}
#mainheader {
    font-size: 4em;
}

/*************************
Streamer section
*************************/
#streamHead h2 {
    font-size: 3em;
}
.streamerLogo {
    margin-top: 20px;
    width: 50px;
    height: auto;
}
#pullStreamBtn div {
    margin-top: 10px;
}