body{
  background-color: green;
  margin-left: 24vh;
}

.blog_body{
  background-color: rgba(255, 255, 255, 0.5);
  min-width: 80vh;
  min-height: 60vh;
}

.blog_text_values{
  opacity: 1;
  color: black;
}

.sidebar{
  position: fixed;
  align-content: flex-start;
  background-color: black;
  min-height: 100vh;
  min-width: 20vh;
  top: 0;
  left: 0;
  bottom: 0;
  padding-right: 20px;
}

.sidebar-text-element{
  color: white;
  justify-content: center;
  align-items: center;
  display: grid;
}