.smart-title{
  color: #475D8C;
  font-size: 46px;
  margin: 0;
  text-align: center;
  margin-bottom: 20px
}

.smart-image{
  width: 100%;
  margin-left: -20px;
}

.smart-paragraph{
  text-align: center;
  color: black;
  font-size: 15px;
  margin-right: 30px;
}

.smart-link{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #F8F8FF;
  background-color: #475D8C;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 60px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 10px;
  margin-left: 25%;
  border-radius: 5px;
}

.smart-link:hover{
  transform: scale(1.1);
}
