/* assembly for little dancing dragon */
.constcontainer{
  position: relative;
}
.container > img{
  position: relative;
  top: 49px;
  left: auto;
}
.container > img:first-child{
  z-index: 2;
  position: relative;
  left: 112px;
    top: -35px;
}

/* rest of stuff */

.lexend-deca-500 {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
} 

body {
  background-color: #000;
    background: linear-gradient(to bottom right, #000 40%, #240222 77%,  #3f0013 100%);
    background-repeat: no-repeat;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Lexend Deca', Arial, sans-serif;
    color: aliceblue;
}

