	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Ubuntu", "Helvetica", sans-serif;
		/* slightly larger than default 14px */
  		line-height: 1.6; 
	}

	body {
		line-height: 1.6; 
		font-size: 16px; 
	}

	.main-content {
		margin-top: 50px;
	}

	.hero-color {
		background-color: #5c6bc0;
	}

	.custom-code {
		border-left: 4px solid #5c6bc0;
		/* Indigo shade */
	}

	.copy-button {
		color: #fff !important;
		background-color: #597254ad;
	}