body{
	font-family: 'Teko', sans-serif;
	background-color: #581845 ;
}

.title{
		display: flex;
	justify-content: center;
	font-size: 50px;
	-webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: black;
  color: #581845;

}

.header{
	font-size: 40px;
	color: orange;
}

.text{
	font-size: 28px;
	color: white;
}