@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans|Mystery+Quest');
@import url('//projects.codewizardshq.com/notification/pnotify.css');

body{
    text-align: center;
}


h1{
    font-family: 'Mystery Quest', cursive;
    font-weight: normal;
    font-size: 48px;
    margin:50px;
}

h3,p,a{
    font-family: 'Bubblegum Sans', cursive;
    font-weight: normal;
}

h3{
    font-size:28px;
}

p,a{
    font-size: 24px;
}
img {
  width: 200px;
}
#question-body{
  background-color:lightyellow;
}
#correct-body {
    background-color: seagreen;
    color: white;
}