@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&display=swap');
body{
	text-align: center;
    background-color: #abc;
}
h1{
	color:MediumBlue;
	text-transform: uppercase;
	background-color: #8FAFCF;
	font-family: "Lato", serif;
	font-style: normal;
  }
h2,p{
	color:Blue;
    background-color: #8FAFCF
}
h2{
	font-family: "Bahnschrift", serif;
}
img{
	height: 300px;
    text-align: center;
    vertical-align: middle;
}