body {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #203563;
  text-align: center;
    background-color: black;
    background-image:url('ben/backgrounds/brain.gif');
    background-size:100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:100%;
    width:100%;
}

