.glitch {
  text-shadow: 0.10em 0 0 rgba(255, 0, 0, 0.75),
    -0.025em -0.10em 0 rgba(0, 255, 0, 0.75),
    0.025em 0.10em 0 rgba(0, 0, 255, 0.75);
    
}

.menuBalk2{
    width: 100%;
    height: 65px;
    border: 5px solid rgb(151, 151, 151);
    display: flex;
    justify-content: space-around;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    display: flex;
    align-items: center;
    text-decoration: black;
} 

.fixed2 {
  position: fixed;
  border-radius: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  border: 5px solid rgb(151, 151, 151);
  display: flex;
    justify-content: space-around;
    background-color: rgb(255, 255, 255);
    z-index: 2;
}

.tekst3{
    display: flex;
    align-items: center;
    text-decoration: black;
}

.tekstbox0{
background-color: gray; /*gray with 50% opacity*/
  width: 40%;
  
  margin-top: 20px;
  border-radius: 20px;
  opacity: 0.6;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-left: 27%;
  }




