b {
    color: red;
}

* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#sidebar {
  background-color: rgb(255, 196, 1);
  position: fixed;
  height: 100%;
  width: 100px;
  top: 0%;
  left: 0%;
  text-align: center;
}

body {
  padding-left: 100px;
}

#bar {
  left: 10px;
  background-color: rgb(6, 136, 153);
  border-radius: 5px;
  top: 10px;
  position: relative;
  width: 80px;
}

#bre {
  height: 10px;
}