
*{
    
}
.content {
    position: relative;
}
.content > article {
    width: 75%;
    margin: 2rem auto 0;
}
.top-bg {
    position: absolute;
    top:-2rem;
    left:0;
    z-index: -1;
    height: 20rem;
    width: 100%;
    background:repeating-linear-gradient(
	-40deg,
	rgb(217, 244, 251),
	rgb(217, 244, 251) 25px,
	rgb(203, 242, 252) 0,
	rgb(203, 242, 252) 60px
	);
}
.content > article > h1{
    margin: 0 auto 2rem;
    font-size:2.5rem;
    color: #444;
}
.contact-button {
    color:#fff;
    font-size: 1.5rem;
    line-height: 4rem;
    border-radius: 2rem;
    background-color: #222;
    width: 40%;
    margin: 1rem auto 3rem;
}