body {
 background-color: #eee;
 line-height: 20px;
 width: 100%;
 letter-spacing: 0.6px;
}
.border{
 text-align: center;
 border: solid 1px;	
	
}

.center {
 margin:auto;
 text-align: center;
 width:50%;
 padding-top:10%;
}

h1 {
 padding:10px;
 font-size: 29px;
}

h2 {
 text-transform: uppercase;
 font-size: 20px;
 color: #000000;
}

p {
 font-size: 19px;
 font-weight: 500;
 color: #000000;
 line-height: 25px;
}

