.sidebar {
  height: 100vh;
  width: 340px;
  background: #7386D5;
  color: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.sidebar-header {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.cta{
  text-align: center;
}

body {
  background-color: lightblue;
}

.outer_canvas{
  margin-left: 340px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t_canvas{
  margin: 30px;
}
