
.box.col-md-12.col-xs-12 {}

.title.col-md-12.col-xs-12 {text-align: center;font-size: 1.8em;}

.box {background: #f8f8f8;}

.bottom-box {text-align: center;padding: 15px;/* font-size: 1.4em; */}

.bottom-box a {font-size: 1.4em;}

.title,.bottom-box {
  padding:15px;
}
.center {
  float:left;
  margin-left:50%;
  transform:translate(-50%);
}
.logo {
  margin-top:25px;
  margin-bottom:25px;
}

.logo.col-md-12 img {width: 50%;margin-left: 25%;}

a {text-decoration: none;transition: all 0.3s ease;}

.bottom-box a:hover {text-decoration: none;background: #004c7c;padding: 5px;color: white;}

.box {border-bottom: 2px solid #004c7c;border-radius: 3px;}