@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");

body,
p {
  font-family: "Roboto", sans-serif;
}
.page__background {
  background: url("images/backg.jpg") no-repeat top center;
  background-size: cover;
}
ons-card,
.card {
  max-width: 500px !important;
}
ons-card .title {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  color: #0147a6;
}
ons-list ons-list-item label,
.card__title {
  font-family: "Roboto", sans-serif !important;
  color: #0147a6;
}

.img-responsive {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.center {
  text-align: center;
}
