a {
    text-decoration: none; 
    cursor:url('images/pointer.png'), auto
}

body {
    background: #222527;
    font-family: neulis-sans, sans-serif; 
    padding: 0px 0px;
    font-size: 16px
    margin: 0;
    color: #ffffff;
    line-height: normal;
    margin: 0px 0px;
}

/* @font-face {
    font-family: neulis-cursive;
    src: url(comic.ttf);
}

@font-face {
    font-family: neulis-sans;
    src: url(comic.ttf);
} */

@media screen and (min-width: 992px) {
    h1 {
        color: #FFF;
        font-family: neulis-cursive, sans-serif; 
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }
  }
@media screen and (max-width: 992px) {
    h1 {
        color: #FFF;
        font-family: neulis-cursive, sans-serif; 
        font-size: 4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }
  }

  @media screen and (min-width: 992px) {
    h2 {
        color: #FFF;
        font-family: neulis-cursive, sans-serif; 
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }
  }
@media screen and (max-width: 992px) {
    h2 {
        color: #FFF;
        font-family: neulis-cursive, sans-serif; 
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }
  }

  @media screen and (min-width: 992px) {
    h3 {
        color: #FFF;
        font-family: neulis-sans, sans-serif; 
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
  }
@media screen and (max-width: 992px) {
    h3 {
        color: #FFF;
        font-family: neulis-sans, sans-serif; 
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
  }

  @media screen and (min-width: 992px) {
    p {
        color: #FFF;
        font-family: neulis-sans, sans-serif; 
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem
    }
  }
@media screen and (max-width: 992px) {
    p {
        color: #FFF;
        font-family: neulis-sans, sans-serif; 
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }
  }