@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;700;900&display=swap');

body{
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	padding: 0;
	margin:0;
}
h1{
	text-align:center;
	font-weight:bold;
	color:#1D24CA;
}

.image{
	    margin:0 auto;
		display:flex;
		justify-content:center;
	    align-items:center;
	    flex-wrap:wrap;
		flex:1;
	    max-width:800px;
	    max-height:400px;
	    padding:15px 30px;
}


.content{
	font-size:120%;
	line-height:1.5;
	padding:10px 30px;
}

.fsp{
        margin:0 auto;
		display:flex;
		justify-content:center;
	    align-items:center;
	    flex-wrap:wrap;
		flex:1;	
}
.fsp-item{
	padding:15px;
}

figcaption{
	color:#1D24CA;
}

@media screen and (max-width: 600px) {
  .image {
    width: 100%;
  }
 
}

.button{
background-color: #037cff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius:50px;
  cursor: pointer;
  text-align:center;
  width:200px;
  margin:auto;
  
}
.button a{
	text-decoration:none;
	color:white;
}
.button:hover{
	background-color: #101010;
}	


