h1 {
  font-family: Monospace;
}

body {
  background-color: grey;
}

.filter {
  width: 100%;
}

.channels {
  background-color: white;
  margin: 10px;
  padding: 5px;
}

img {
  width: 50px;
  height: auto;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  border-color: white;
}

i {
  margin: auto;
}

p {
  font-family: Monospace;
  font-size: 15px;
}

#header p {
  color: purple;
}

a {
  text-decoration: none !important;
  color: black;
}

.results {
  background-color: grey;
}

.status-indicator {
  padding: 20px;
}
