body{
	margin: 0;	
}
.header{
	background: url(header-background.png);
}
.logo{
	width: 20rem;
}
.logo-img{
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
	margin-left: 4rem;
}
.content{
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #ffffff 0%, #b6d9ed 266%);
}
.text{
	  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	  font-size: 3rem;
	  font-weight: 900;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1;
	  letter-spacing: normal;
	  padding-top: 5rem;
	    padding-bottom: 5rem;
	  color: #0f3d70;
}
.small-text{
	width: 1075px;
	  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	  font-size: 18px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.5;
	  letter-spacing: normal;
	  color: #0c0d0e;
	  text-align: left;
	  margin: auto;
	    margin-top: 1rem;
}