// <weight>: Use a value from 400 to 900
// <uniquifier>: Use a unique and descriptive class name

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.bottom {
position:fixed;
  bottom:10px;
  left:20px; 
  border:0px;
 }
 
 @media only screen and (max-width: 640px) {
  h1 {
    font-size: 22px;
	text-align: center;
}
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 22px;
	text-align: center;
}
}