@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif; 
  width: 100%;
  height: 100%;
  background-color: #CCC;
  margin: 0px;
  overflow: hidden;
}

.channels {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5%;
  width: 100%;
  background-color: #888;
  position: fixed;
  top: 0px;
  left: 0px;
}

.channel {
  height: 75%;
  width: 2%;
  background-color: #555;
  text-align: center;
  border-radius: 10px;
}

.channel i {
  color: white; 
  height: 2%;
  width: 2%;
  margin-top: 20%;
  margin-right: 45%;
}