body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1c1a1a;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #fff;
}

#channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

.channel-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.very_positive { background-color: #4caf50; }
.positive { background-color: #8bc34a; }
.neutral { background-color: #ffeb3b; color: #333; }
.negative { background-color: #ff9800; }
.very_negative { background-color: #f44336; }

/*
['jokaa45',
'echyr_',
'marcelduchemin',
'martinmartin_m2x',
'scoksc2',
'xavierfenaux',
'katy_v4',
'kaatsup',
'ranellebrown',
'sophiediy',
]

 */