body {
  color: #f4f1cc;
  background: #657be2;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(#1f2fd0,#8945a4,#9274b9,#a1aed4);
  margin: 0;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main{
  display: flex;
  flex-grow: 999;
  width:100%;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.stars{
  flex: 1 1 20%;
  flex-basis: 100%;
}

.yawn{
   flex-basis: 100%;
}

@font-face {
  font-family: 'font_h1';
  src: url('/fonts/dogicapixelbold.ttf');
  
} 

h1{
  font-family: "font_h1", sans-serif;
  background: linear-gradient(#e66465, #fff343);  
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1.5px #f4f1cc; /* width and color */
}
