h2{
    color: #23A4FF;
    padding:20px 0px;
}
.row>.col-md-1:nth-of-type(1){
    background-color: #23A4FF;
    border-radius: 20px;
    color: white;
    margin:20px 0px;
}
.span{
    color:#FD888C;
    font-size: 40px;
    font-family:"\5FAE\8F6F\96C5\9ED1";
    font-weight: bold;
}
.bottom{
    background-color: #0171A8;
    padding:20px;
}
.bottom>.col-md-3>div{
    padding:20px;
    background:rgba(0,0,0,0.5);
    color:white;
    position: relative;
}
.bottom>.col-md-3>div:hover{
    background-color: white;
    background:rgba(255,255,255,0.9);
    color: #2AA6FE;
}
.bottom>.col-md-3>div>div>span:nth-of-type(1){
    font-size: 40px;
    padding:10px;
}
.bottom>.col-md-3>div>div>span:nth-of-type(2){
    font-size: 20px;
    vertical-align:super;
}
.bottom>.col-md-3>div>div>span:nth-of-type(3){
    font-family:"\5FAE\8F6F\96C5\9ED1";
    font-weight: bold;
    color: #8DA5B8;
    position: absolute;
    right: 20px;
    top: 20px;
}