purple-bg {
  background-color: #ee2c2c;
}

span {
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #ee2c2c;
}

.box {
  padding: 30px 0px;
}

.box-part {
  border-radius: 0;
  padding: 60px 10px;
  margin: 30px 0px;
  color: aliceblue;
}

.box-navy {
  background:#4a7c9f;
}

.box-yellow {
  background: #e8a75a;
}

.box-green {
  background: #609960;
}

.text {
  margin: 20px 0px;
}