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

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

.txt-color {
  color: #0c4ca3;
}

.vh-100 {
  height: 100vh;
}

.bg-light-blue {
  background: rgba(227, 242, 253, 1);
}

.w-40 {
  width: 45%;
}
