/*myStyle.css */

body {background-color:#ED0E0E; color:#;}

h2 {color: #FFFF00; text-align:center; font: italic 200% ;}

.responsive {width:100; height:auto%;}


body {
  background-image: url('https://www.professorwill.ca/scarf/scarf.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

#professorwillSpace {
    padding-top: 120px;
}

