body,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
}
body {
  font-size: 16px;
}
.w3-half img {
  margin-bottom: -6px;
  margin-top: 16px;
  opacity: 0.8;
  cursor: pointer;
}
.w3-half img:hover {
  opacity: 1;
}

.w3-sidebar {
  background-color: rgb(115, 192, 210);
  color: white;
}

.tmss-text-colour {
  color: #ff0000;
  /* rgb(115, 192, 210); */
}

.tmss-blue-colour {
  color: #00a2ff;
  /* rgb(115, 192, 210); */
}
