a{
    color: #555;
    text-decoration: none;
}

.header {
    color:white;
    height:80px;
    line-height:80px;
 
    /*background-color:#24292e;*/
    /* background: linear-gradient(to right,#01aab4,#007cdb);*/
    background-image: linear-gradient(to right, #00cdac 0%, #8ddad5 100%);
    /*background-image: linear-gradient(to right,#1278f6,#00b4aa);*/
}
.header a{
    color:white;
}
.nav{
    width: 90%;
    margin: auto;
    position: relative;
}
.tagItem{
    background: #42c02e;
    padding:1px 15px 3px;
    border-radius: 15px;
    line-height:40px;
    color:white;
    font-size:12px;
}
.card .title{
    border-bottom: 2px solid #72c02c;
}

.page{margin:10px 5px;}
.page a{
    padding: 5px 15px;
    display: inline-block;
    border-radius: 2px;
    color:black;
    background: #DDE3E7;
}
.page a:hover{
    color:orangered;
}
.page .current{
    background:#37BF91;
    color:white;
}
.footer{
    border-top:1px solid rgb(217, 236, 201) !important;
 
}