@font-face {
    font-family: 'Kongtext';
    src: url('/assets/fonts/kongtext.ttf') format('truetype');
}

body {
  background-image: url('/assets/dkc/dkc_bkg_leaves.png');
  background-repeat: repeat;
  text-align: center;
}

p {
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: red;
}

.dkc-header {
  text-align: center;
  margin-top: 20px;
}

.dkc-header img {
  max-width: 100%;
  height: auto;
}

.kongfont {
    font-family: 'Kongtext';
    color: yellow;
}

.glow-header {
    color: red; /* text color */
    text-shadow: 
        0 0 5px yellow,
        0 0 10px yellow,
        0 0 15px yellow,
        0 0 20px yellow; /* multiple layers make it glow */
}
#backArrow {
  margin-top: 2em;
  margin-bottom: 2em;
}