* {
	font-family: Montserrat, sans-serif;
}

header {
	border-bottom: 1px solid #dadada;
}

#artis_header_container {
	max-height: 10%;
	margin: 2% 10%;
	display: flex;
	justify-content: space-between;
	
	a {
		height: 40px;
	}
	a img {
		height: 100%;
		max-width: 100%;
	};
	div {
		display: flex;
		align-items: center;
	};
	p {
		margin: 0 auto;
	}
}

main {
	margin-top: 10%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	
	div p {
		margin-top: 10%
	}
}

@media (max-width: 442px) {
	#artis_header_container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		a {
			display: flex;
			justify-content: center;
		}
	}
}