.app-list {
    text-align: center;
    margin: 10px 0 25px;
}
.app-block {
    display: inline-block;
    margin: 10px 5px;
    border: 3px #3498db solid;
    border-radius: 4px;
    max-width: 245px;
	background: #3498db;
    color: white;
    text-decoration: none;
}
.app-block > h3 {
	font-weight: 100;
	font-size: 25px;
}
.app-block > p {
	font-size: 16px;
}

h2 {
    font-size: 40px;
}

@media (max-width:800px)  {
	h2{
		font-size:34px;
	}
}