
.text-left-yellow {
  text-align: left !important;
	padding: 50px;
	background: linear-gradient(#ffec83, #ffe764);
}
.text-left-black {
  text-align: left !important;
	color: aliceblue;
	text-emphasis-color: #ffec83;
	text-decoration-color: #ffec83;
	padding: 50px;
	background: linear-gradient(#000, #222);
}
.image-legal-bg{
	width: 888px;
	background-image: url("../images/legal_background.png");
	background-repeat: repeat-y;
	background-position: center;
}

