 @font-face {
    font-family: 'dandelion';
  src: url(fonts/dandelion.ttf);
  font-weight: normal;
  font-style: normal;
  }
                                                       
  @font-face {
    font-family: 'junipy';
  src: url(fonts/junipy.ttf);
  font-weight: normal;
  font-style: normal;
}
p { 
    font-size: 19px;
    font-family: junipy;
    text-align: center; color: black;
}
body {
  overflow: hidden;
  background-image: url('https://beinfriends.neocities.org/images/battlebackg.webp');
  background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
min-height: 100vh;
margin: 0;
}