@font-face {
	font-family: Syncopate;
	src: url('../fonts/Syncopate-Regular.ttf');
}

.header {
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	position: relative;
}

.headerRow1 {
	display: flex;
	justify-content: start;
	gap: 16px;
}

.headerLogo {
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.applicationLogo {
	height: 60px;
	margin-left: auto; 
	margin-right: 0;
}

.headerText1 {
	font-family: Syncopate;
	font-size: 23px;
	color: rgb(105, 159, 219);
	margin-top: auto;
	margin-bottom: auto;
}

.headerText2 {
	font-size: 20px;
	color: rgb(105, 159, 219);
}


