@charset "utf-8" ;

#channel {
  text-align: right;
  width: 70%;
  height: 50%;
  margin-top: 5%;
  float: right;
  font-size: 1em;
}

#title {
  width: 70vw;
  margin-bottom: 3em;
  color: white;
  font-size: 4vw;

}

#icon {
  width: 15vw;
  height: 15vw;
  float: left;
}

#document {
  width: 50vw;
  float: right;
  font-size: small;
}

#doc-float-clear {
  clear: both;
  height: 20px;
}