body {
  
  background-image: url(BACKGROUND.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
  overflow-y: hidden;

}
::-webkit-scrollbar {

  width: 0;
  height: 0;

}

@font-face {
  font-family: mom-font;
  src: url("Mom�t___.ttf");
}

a {
  color: brown;
}

p {
  color:white;
  padding: 5px;
}

