* { box-sizing: border-box; }

:root {
  --color-primary: #7656f0;
}

body {
  display: flex;
  justify-content: center;
  margin: 0;
  height: 100dvh;
  background-image: url("circle-scatter-haikei.svg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.card {
  background-color: #ffffffc0;
}

.evisitkort {
  display: flex;
  justify-content: center;
  align-items: center;
}