body {

  background-color: #9a77cf;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;

}




li {

	float: left;
	display: inline;

}

ul {

    background: #543884;
    overflow: hidden;
    list-style-type: none;
    align-self: center;
    margin: 0;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    border: 1px solid black;
 

}

a {
	display: block;
    padding: 8px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}



.menu:hover {
	background-color: #111;
}

#active {
	background-color: rgb(183, 140, 202);
}

div {

  margin: 10% 0;

}

.typing {
  position: relative;

  color: white;

   
  
  padding: 200px 300px;


  


}


.typing::before {
    content:  "";
    position: absolute;
    top: 6.6%;
    right: 0px;
    bottom: 3%;
    left: 0;
    
    background-image: url("typing_bg.jpeg");
    background-size: cover;
    background-position:center;
    opacity: 0.50;
  }

.thinking {

  color: white;
  
  position: relative;

  padding: 200px 300px;


}

.thinking::before {
    content:  "";
    position: absolute;
    top: 6.6%;
    right: 0px;
    bottom: 3%;
    left: 0;
    
    background-image: url("thinking.jpg");
    background-size: cover;
    background-position:center;
    opacity: 0.50;
  }

  .saving {

    color: white;
    
    position: relative;
  
    padding: 200px 300px;
  
  
  }

  .saving::before {
    content:  "";
    position: absolute;
    top: 6.6%;
    right: 0px;
    bottom: 3%;
    left: 0;
    
    background-image: url("saving.jpg");
    background-size: cover;
    background-position:center;
    opacity: 0.50;
  }

#wcontent {

  position: relative;
  

  
  


}