
@font-face {
  font-family: 'SegoeWP';
  src: url('https://damony.neocities.org/fonts/SegoeWP.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeLight';
  src: url('https://damony.neocities.org/fonts/SegoeLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url('background.png');
  color: white;
    font-family: 'SegoeWP', sans-serif;
}
p {
  word-spacing: 10px;
}