.image-wrapper {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  max-width: 420px;
  margin: 20px auto;
}

.text-block {
  color: #003483;
  text-align: center;
  font-family: Asap, sans-serif;
}

.link, .link-2 {
  color: #003483;
  text-decoration: none;
}


@font-face {
  font-family: 'Asap';
  src: url('../fonts/Asap-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}