
    .intro {
      font-size: 72px;
      color: red;
    }
    img { 
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
    body {
      background-image:url('flovewrf.png');
      text-align: center;
      font-family:Courier, serif;
    }
    .headerfunny {
    margin: auto;
      background-image:url('wfe.png');
      width: 600px;
      border: 6px double black;
      padding: 10px;
    }
    .visfunny {
      margin:auto;
      background-color: rgba(255,255,255,1);
      width:400px;
      border:4px inset red;
      padding:15px;
    }
    .actualfunny {
      margin:auto;
      background-image:url('bfe.png');
      width:800px;
      border: 5px double black;
      padding: 5px;
    }
    .creditfunny {
      margin:auto;
      background-image:url('sfe.png');
      width:80%;
      border: 4px double black;
      padding: 3px;
    }
    .maintext {
      font-size: 32px;
      font-weight: bold;
    }
    .subtext {
      font-size: 24px;
      font-weight: bold;
    }
    .pagebanner{
      column-count: 3;
      border: 3px solid black;
      column-rule-style: solid;
    }
    .credits {
      font-size: 16px;
      font-weight: bold;
      color:darkblue;
    }
    a {
      color:red;
    }