@font-face {
    font-family: LCDDot-TR;
    src: url('LCDDot-TR.woff2') format('woff2'),
        url('LCDDot-TR.woff') format('woff'),
        url('LCDDot-TR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
  background-color: #E792BA;
 font-family: "LCDDot-TR";
}
p {
  color: #363437;
}
h1 {
  color: #040200;
}