body{
  margin: 0;
}

.sidebar{
  position: fixed;
  left: 0px;
  width: 25%;
  top: 0px;
  height: 100%;
  background: #0c5786;
  box-shadow: #0005 0 0 50px;
  z-index: 1;
  overflow: hidden;
}

.content{
  position: fixed;
  right: 0px;
  width: 75%;
  top: 0px;
  height: 100%;
  background: #018ccc;
  overflow: auto;
}

.stripe{
  width: 50px;
  margin-left: 25px;
  height: 200%;
  background-color: #0c4d75;
  rotate: 10deg;
  margin-top: -25%;
}

.stripe-container{
  margin-left: -200px;
  display: flex;
  height: 100%;
  width: 500%;
}

.Textbox{
width: 650px;
height: 500px;
background-color: rgba(255, 255, 255, 0.521);
position: absolute;
right: 30%;
top: 25%;
border: black 1px solid;
border-radius: 25px;


}

.menu{
  position: fixed;
  top: 50%;
  left:  10px;
  transform: translateY(-50%);

}
.menu > div{
  color: white;
  margin: 50px 0;
  font-size: larger;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section{
  width: 100%;
  height: 100%;
}
.tabactive{
  text-shadow: whitesmoke 5px 0 0;
}
