  .logo 
{display: flex;
flex-direction: row;

}

.logo .title {
font-size: 1.4em;
color: orange;
font-weight: bold;
 text-shadow:  1px  1px 1px rgba(0,0,0,0.8), -1px  -1px 1px rgba(255,255,255,0.8);
 padding: 0 20px;
	}
	
	.logo .desc {
font-size: 1em;
color: #06274a;
	}