@font-face {
  font-family: 'HKGrotesk-Black';
  src: url('fonts/HKGrotesk-Black.otf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body {
background-color: #321A3E;
margin: 1em;
background-image: url("imagenes/tapizmorado.png")


}


#msg{
  width: 300px;
  height: 300px;
  background-color: greenyellow;
  top: 20px;
  position: absolute;
}






