@charset "utf-8";
.nav > li > a {
	display: block;
	text-transform:uppercase;
	font-weight: 900;
}

.boxed {
  background-color: #64a0d9;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	
	
}
.center {
    text-align: center;
    color: white;
}
