h1,
h2 {
    padding: 0;
    margin: 0 0 15px 0;
    color: #cccccc;
    font-weight: 700;
}
.section-title{
    margin-bottom: 80px;
    margin-top: 40px;
    text-align: center;
}

.section-title h1{
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    color: #cccccc;
    margin: 0 0 5px;
    position: relative;
}

.section-rank{
    text-align: center;
}

.card {
	background: #141414;
	border: none;
	transition: transform .2s; /* Animation */
}

.card:hover {
  transform: scale(0.9);
}

.box .box-body * {
    max-width: none;
}