body {

    background-color: #0f0f0f;
    color: white;
    font-family: 'Inter', sans-serif;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;

}

#container {

    width: 1200px;
    margin: auto;

}

#logo {

    width: 1200px;
    height: 300px;
    text-align: center;

}

#description {
    text-align: center;
    font-size: 16px;
    text-align: center;
}

#channels {
    margin-top: 50px;
    width: 1200px;
    text-align: center;
}


.single-channel {
    width: 360px;
    padding: 0 20px;
    float: left;

}

.channel-logo {
    width: 40px;
    height: 40px;
    float: left;
}

.channel-name {
    width: 280px;
    height: 40px;
    margin-left: 40px;
    float: left;
    color: white;
    font-size: 25px;
    text-align: left;
    display: flex;
    align-items: center;
}

#contact {
    margin-top: 120px;
    width: 1200px;
    text-align: center;
    font-size: 25px;
}
