/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}
.reletedpost{
	position: relative;
	z-index: 99;
    display: flex;
    align-items: center;
	margin: 10px;
	margin-right: 30px;
	float: right;
}
.reletedpost ul{
	display: flex;
}
.inner{
	display: flex;
}
.reletedpost ul a{
    margin-left: 20px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
    color: black;
	border-radius: 8px;
}
li{
	list-style: none;
}