
.textContainer{
	background-color: rgba(255,255,255,0.8);
	padding: 1%;
	width: 50%;
	margin:10%;
}
.text{
	font-family: PT Sans Narrow;
	color:black;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; 
}

.stretch {
    width:100%;
    height:100%;
}