body {
background-color: #969696;  
height: 100vw;
background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .8) ), url('images/desk.jpeg');
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a{
    color: rgb(255, 255, 255);
	text-decoration: none;
 

}	
a:visited{
    color: rgb(255, 255, 255);
    

}
.center {

text-align: center;
font-size: 50px;
line-height: 40px;

}
.words{
    color: white;
    margin-bottom:0 ;
    margin-top:0 ;
}
.small{
    font-size: 50% ;
    line-height: 10px;
	color: white;
}
span.words {font-family: monospace;
           color:#00ca8091;
           font-size:3rem}

a.small {font-size:1rem}
