@font-face {
  font-family: 'HelvetiHand';
  src: url(assets/font/HelvetiHand.ttf);
}

html {
      background:#afbde2;
      background-image:url("/assets/bg_stars_powderblue.png");
      font-family:"HelvetiHand";
      font-size:24px;
    }

    body, html {
      overscroll-behavior: none;
      color:black;
    }
    
    .entry{
      display:flex;
      align-items:center;
      justify-content:center;
      width:600px
      padding:10px;
      background:white;
    }
    
    a {
      text-decoration:none;
      font-weight:normal;
      color:black;
    }