 @font-face {
  font-family: 'fontsncss';
  src: url(/fontsncss/poti.ttf);
}
  @font-face {
    font-family: 'fontsncss2';
    src: url(/fontsncss/cute_notes-webfont.woff);
  }
@font-face {
font-family: 'fontsncss3';
  src: url(fontsncss/windows-bold[1].ttf);
}

  body {
  background: url(images/Picsart_25-10-04_19-27-45-097.jpg) no-repeat center center fixed;
  background-size: contain;
  background-color: rgb(37, 3, 3);
  color: #201f1fe1;
  font-family: fontsncss3;
  font-size: 1.2rem;
}
a:link {
      color: #000000;

    }
    a:visited {
      color: #000000;
    }
    a:hover {
      color: #7d7b76;
    }

    .me {
        height: 100px;
    }
    .header {
        color: rgb(0, 0, 0);
       padding: 1%;
       font-size: 1.5rem;
        background-image: url(images/Picsart_25-10-04_19-27-45-097.jpg);
    }