body {
  font-family: 'Mukta', sans-serif;
  background: #f0f5ef;
}

a {
  color: #A68FD9;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.5vw;
}

a:hover {
  color: #f22727;
}

#wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}