@font-face {
  font-family: 'dana';
  src: url('dana-regular.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'dana';
  src: url('dana-bold.woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'dana';
}

[v-cloak] {
  display: none;
}

body {
  height: 100vh;
  background-color: #25D366;
  background-image: linear-gradient(43deg, #25D366 0%, #128C7E 50%, #075E54 100%);
}

.card {
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 250px;
  background-image: url('wa.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.card-body {
  position: relative;
  z-index: 2;
  padding-top: 160px;
}

.card-title {
  text-align: center;
  margin-bottom: 1rem;
}
