@font-face {
	font-family: 'THICCCBOI';
	src: url(fonts/THICCCBOI-Light.ttf) format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'THICCCBOI';
	src: url(fonts/THICCCBOI-Medium.ttf) format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'THICCCBOI';
	src: url(fonts/THICCCBOI-Bold.ttf) format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'THICCCBOI';
	src: url(fonts/THICCCBOI-ExtraBold.ttf) format('truetype');
	font-weight: 800;
}

@font-face {
	font-family: 'THICCCBOI';
	src: url(fonts/THICCCBOI-Black.ttf) format('truetype');
	font-weight: 900;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	font-family: 'THICCCBOI', sans-serif;
	color: #333;
	margin: 0px;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: 800;
	font-size: 60px;
}

h2 {
	font-weight: 800;
	font-size: 38px;
	margin: 10px 0px;
	line-height: 44px;
}

h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
}

header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	width: 90%;
	margin: 20px;
	padding: 20px;
}

header + section {
	margin-top: 20px;
}

section {
	display: flex;
	align-items: center;
	max-width: 940px;
	width: 100%;
	position: relative;
	border-radius: 20px;
	justify-content: center;
}

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 100px;
}

section aside {
	width: 50%;
	border-radius: 20px;
	align-self: flex-end;
}

section article {
	width: 33%;
}

section article div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

section article div img {
	border-radius: 15px;
	width: 60px;
	margin-right: 10px;
}

section article div div {
	flex-flow: column;
}

footer > p {
	margin-top: 10px;
	font-size: 14px;
	color: #777676;
}

footer > div > p {
	margin-top: 10px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #777676;
}

.button {
	padding: 15px 25px;
	border-radius: 20px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 2px;
}

#logo {
	width: 203px;
	display: block;
}

#title_section_img {
	width: 100%;
}

#welcom_block {
	position: absolute;
	top: 0px;
	left: 0px;
}

#welcom_block h2 {
	margin-top: 20px;
}

#grey_text {
	color: #777676;
	width: 60%;
	letter-spacing: 1px;
	line-height: 25px;
}

#comingsoon_button {
	display: inline-block;
	margin-top: 10px;
	background-color: #65bdd9;
}

#easy_food_pro_section {
	background-color: #f7f7fa;
	flex-flow: column wrap;
	padding: 20px;
	align-items: flex-start;
	justify-content: center;
	height: 300px;
}

#easy_food_pro_section img {
	height: 100%;
}

#easy_food_pro_section div {
	width: 45%;
}

#personalized_profile_section {
	margin-top: 100px;
	flex-flow: column wrap;
	padding: 20px;
	height: 500px;
}

#personalized_profile_section aside {
	background-color: #ffcd39;
	height: 90%;
}

#personalized_profile_section aside img {
	position: relative;
	bottom: 30px;
	right: 10px;
	width: 100%;
}

#local_point_of_organic_food_section {
	background-color: #f0734d;
	margin-top: 100px;
	flex-flow: column wrap;
	padding: 20px;
	height: 500px;
}

#local_point_of_organic_food_section article {
	order: 2;
	margin-right: 100px;
}

#local_point_of_organic_food_section aside {
	order: 1;
	height: 100%;
}

#local_point_of_organic_food_section aside img {
	height: 100%;
}

#tailored_recipes_and_good_mood_section {
	margin-top: 100px;
	flex-flow: column wrap;
	padding: 20px;
	height: 500px;
}

#tailored_recipes_and_good_mood_section aside {
	background-color: #ffcd39;
	height: 100%;
	padding: 0% 1%;
}

#tailored_recipes_and_good_mood_section aside img {
	position: relative;
	bottom: 30px;
	width: 100%;
}

#footer_img {
	width: 100%;
}

#footer_block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin-top: 15px;
	max-width: 1140px;
}

#divider {
	width: 100%;
	height: 1px;
	background-color: #e4ebf3;
	margin-top: 15px;
}