@charset "UTF-8";

@font-face {
  font-family: 'KTEGAKI';
  src: url('Assets/Fonts/KTEGAKI.ttf');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

body {
    text-align: center;
    font-family: "KTEGAKI";
    image-rendering: pixelated;
    background-color: #942553;
    color:#471a2d
}

p {
    font-size:25px;
}

img
{
    transition: 0.6s ease;
}

img:hover {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
}


h5 {
    text-decoration: none;
    color:#812149;
}

::selection {
    color:#fd3f8e;
    background: rgba(255, 0, 0, 0);
}