:root {
  --white: #fffefc ;
  --brightPink: #fa007d ;
  --Olive: #bde83e ;
}

#gen {
  display: flex;
  flex-direction: row;
}

#title {
  align-content: center;
  justify-content: center;
  font-family: 'DOVES';
}

#bgimg {
  height: 100%;
  width: 400px;
}

#middleDiv {
  flex-basis: 600px;
  display: flex;
}


.enter {
   position: relative;
   margin: 30px;
}

p {
  transition: 0.3s;
}

h1:hover {
  size: 50px;
  text-align: center;
}

a:hover {
  color: var(--brightPink);
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}

a:link {
  text-decoration: none;
  font-family: 'ZalandoSans';
}

a {
  opacity: 0;
  transition: 0.2s;
} 

.light {
  font-weight: 300 ;
}



.sticker {
  z-index: 9;
  margin: 0px;
  position: absolute;
  transition: 0.3s;
}

#sticker:hover {
  background-image: url(C_pink.png);

}



