body{
     background-color:#fff; background-color: #249a92; background-size: cover;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 22%;
/*padding-top: 2%;*/
}
.title {
display: block;
margin-left: auto;
margin-right: auto;
width: 60%;
text-align: center;
}
.link {
font-size:30px;
font-family: Times New Roman Bold Italic;
color: #348f9e;
float: center;
}
.container {
position: relative;
display: block;
width: 100%;
margin: 0 auto;
text-align: center;
}
.btn-grad {
margin: 10px;
padding: 20px;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
/* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
box-shadow: 0 0 20px #eee;
border-radius: 10px;
display: inline-block;
width: 272PX;
font-size: 20px;
}
.btn-grad {background-image: linear-gradient(to right, #2e6770 0%, #2f4a3a 51%, #131313 100%);}
.btn-grad:hover { background-position: right center; }

a.hitCounter.badge-done0 {
background-color: #26a0da;
display: inline-block;
background-repeat: no-repeat;
color: #ffffff;
text-decoration: none;
text-indent: 40px;
padding: 7px;
min-width: 90px;
font-size: 18px;
background-position: 8px 10px;
}
.customContainer{
 max-width: 90%;
}
    
    h1{
       color: #ffffff;
      }