@import url('https://fonts.googleapis.com/css?family=Bowlby+One');
@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@viewport {
  width: device-width;
  zoom: 1;
}

p {
font-family: 'Open Sans';
} 
p strong {
font-family: 'Open Sans';
color: mediumblue;
}
h1 {
font-family: 'Bowlby One';
color: darkblue;

text-align: center;
}
h2 {
font-family: 'Bowlby One SC';
color: mediumslateblue;

text-align: center;
}
h3 {
font-family: 'Bowlby One SC';
color: mediumslateblue;

text-align: center;

}
h4 {
font-family: 'Bowlby One SC';
color: mediumslateblue;

text-align: center;

}
body {
    background-color: #E6FAFF;
}
