body{
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
.het{
	background: black;
	display: flex;
	justify-content:space-between;  
	padding: 15px 350px 15px 350px;

}
.het a{
	color: white;
	font-size: 22px;
	text-decoration: none;
}
.promo{
	height: 700px;
	background: url(mobs.jpg);
	background-size: cover;
	background-position: 50% 40%;
}
.info{
	text-align: center;
}
h1{
	font-size: 40px;
}
h2{
	font-size:36px;
}
.info a{
	color: blue;
	font-size:20px;
}
.creap{
	display: flex;
	align-items: start;
	padding: 50px 350px;
}
.creap img{
	width:  400px;
    margin-right: 50px;
}
.creap_info h3{
	font-size: 35px;
    margin: 0;
}
.creap_info p{
	font-size: 20px;
    text-align: left;
}

.footer{
	background: black;
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 50px 0;
}