@font-face {
    font-family: 'MPHPKG+PrintoutBL';
    src: url('MPHPKGPrintoutBL.woff2') format('woff2'),
        url('MPHPKGPrintoutBL.woff') format('woff'),
        url('MPHPKGPrintoutBL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'MPHPKG+PrintoutBL';
    background-color: #634a69;
    color: #FFF2F2;
}
a:link {
  color: cyan;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #D3A9B0;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #00FF5D;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}