*{
  margin: 0;
  padding: 0;
}

body { 
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  font-family: 'Work Sans';
}

.main {
  z-index: -100;
  position: absolute;
  background-image: url('./wallet.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #2365bd;
  background-blend-mode: hard-light;
  height: 100%;
  width: 100%;
  transform: translate(5%, -5%) scale(2);
  left: 0;
}

.title {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  --tw-gradient-to: #ec4899;
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(to right,var(--tw-gradient-stops));
  filter: saturate(2.5);
}

.link
{
  position: relative;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  margin: auto;
  background-color: rgb(37 34 39);
  color: white;
  opacity: .6;
  padding-left: 18px;
  padding-right: 18px;
  font-family: 'Work Sans';
  white-space: nowrap;
  font-size: calc(14px + calc(calc(16 / 1680 * 100) * 1vw));
  border-radius: 25px;
  transform: scale3d(1.025, 1.025, 1.025);
  padding-bottom: 8px;
}

.title:hover {
  filter: hue-rotate(39);
}


.emoji1 {
  filter: saturate(1.2) contrast(1.7) ;
}

.center {
  display: grid;
  grid-template-rows: auto auto;
  grid-gap: 30px;
  margin: auto;
  position: absolute;
}