@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

* {
  font-family: "Roboto", sans-serif;
}

body,
div.body {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.4;
  background-color: #f9f9f9;
}

h1,
h3,
h3 > a {
  color: #5850ec;
}

.box-img i {
  color: #9fa8da;
}

a,
ul {
  color: #5850ec;
  font-size: 14px;
}

a:hover {
  color: #5850ec;
  text-decoration: none;
}

.box-text h3 > a {
  color: #3f51b5;
  font-size: 16px;
  font-weight: 700;
}
