body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: verdana;
	background-color:  white;
}
.banner{
	margin-top: 150px;
	
}
.banner-text h2{
	text-align: center;
	margin-top: 10px;
}
.banner-text{
	padding: 50px;
}
.banner-text p{
	text-align: center;
}
.banner-text input{
	width: 50%;
}
.course{
	background-color: rgb(1, 24, 24);
	color: white;
	padding: 50px;
}
.imager img{
	width: 100%;
	height: inherit;
	margin-top: 130px;
	border-radius:20px;
}
.user{
	margin-top: 50px;
}
.owner .imager img{
	width: 300px;
	height: 400px;
	border-radius:20px;
}
.image-cont img{
	width: 280px;
	height: 280px;
	border-radius: 20px;
}
.texter p{
	text-align: center;

}
.team{
	margin-top: 50px;
	background-color: rgb(1, 24, 24);
	color: white;
	padding: 30px;
}
.service img{
	width: 100%;
	padding: 0px;
	border-radius: 20px;
}
.newsletter{
	margin-top: 20px;
	padding: 50px;
}
.newsletter i{
	font-size: 30px;
	padding: 5px 25px;
}
.f2{
	color: green;
}
.f3{
	color: red;
}
.cool img{
	width: 100%;
}
.golden h1{
	color:rgb(1, 24, 24) ;
}
footer{
	background-color:rgb(1, 24, 24) ;
	color: white;
}
footer img{
	width: 200px;
}
.roller{
	margin-top: 50px;
}
.profile img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
 




@media(max-width: 990px){
	.banner-text h2{
		margin-top: 0px;
		text-align: center;
	}
	.banner-text{
		padding:1px;
	}
	.course{
	background-color: rgb(1, 24, 24);
	color: white;
	padding: 0px;
}
    .texi h4, .texi p{
        padding:0px;
        text-align:left;
    }
	.banner{
		background: transparent;
		margin-top: 170px;
	}
	.imager img{
	width: 100%;
	height: inherit;
	margin-top: 50px;
	border-radius: 20px;
}
	.texi h4, .texi p{
		text-align: center;
	}
	.break h2, .break p{
		text-align: center;
	}

}