
body {
  font-family: Arial, sans-serif;
  background-color: #111;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 20px 0;
}

.channel {
  border: 1px solid #444;
  border-radius: 10px;
  padding: 15px;
  margin: 10px auto;
  max-width: 500px;
  background-color: #222;
}

.live {
  color: #4caf50;
  font-weight: bold;
}

.category {
  font-size: 1rem;
  color : #fff;
  margin-top: 1px;
}

a.chat {
  font-size: 1rem;
  color : #fff;
  margin-top: 1px;
}

a.chat:link {
  background: #222;
}

a.chat:visited {
  background: #222;
}

a.chat:focus {
  background: #222;
}

a.chat:hover {
  background: #222;
}

a.chat:active {
  background: #222;
}

.offline {
  color: #f44336;
}

.livetime {
  font-size: 1rem;
  color :#fff;
  margin-top: 1px;
}
.break {
  color: silver;
  font-weight: bold;
}
a {
  text-decoration-line: none;
}
@media  screen and (max-width: 600px) {
  .chnanel {
    flex-direction: column;
    align-items : flex-start;
  }
  a.chat {
    font-size: 1rem;
    color : #fff;
    margin-top: 1px;
  }
  a.chat:link {
    background: #222;
  }

  a.chat:visited {
    background: #222;
  }

  a.chat:focus {
    background: #222;
  }

  a.chat:hover {
    background: #222;
  }

  a.chat:active {
    background: #222;
  }
}