body {
    font-family: "Fira Sans",sans-serif;
    font-size: 15px;
    line-height: 21px;
}

h1 {
    font-family: "Fira Sans";
    text-transform: uppercase;
    line-height: 36px;
    margin-top: 5px;
}

h2 {
    margin-bottom: 5px;
    font-family: "Fira Sans";
    font-weight: bold;
    font-size: 24px !important;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0px;
}

h3, h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.channel {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.infos {
    display: flex;
    flex-direction: row;
    transition: 0.4s;
}

.icon img {
    width: 200px;
    height: 200px;
    padding-right: 10px;
}

div.streamwrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.streaminfo_wrapper {
    margin-right: 0px;
}

div.streaminfo_wrapper ~ div.streaminfo_wrapper {
    margin-right: 20px;
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
}