.bgSizeCover {
  background-image: url('/images/FreedomInCeramics.png');
  background-size: cover;
  width: 160px;
  height: 160px;
  border: 2px solid;
  color: pink;
  resize: both;
  overflow: scroll;
} 
@font-face {
    font-family: myFirstFont;
    src: url(Raleway.ttf);
}
h2 {
    font-family: myFirstFont;
    color: rgb(15,86,93);;
}
h3 {
    font-family: myFirstFont;
    color: rgb(15,86,93);;
}
p {
    font-family: myFirstFont;
    color: rgb(15,86,93);
	font-size:130%
	padding: 0px;
}