html {
	background-color: #110017;
}

body {
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.05rem;
	color: #e0d8ed;
}

/* header */

#header {
	background-color: rgba(17, 0, 23, 0.85);
}

#header .title {
	color: #ecb817;
	font-size: xx-large;
}

#header .subtitle {
	font-size: x-large;
}

/* ref */

#ref .nebatg {
	height: 1.7rem;
}

#ref .social {
	max-width: 20px;
	margin-left: 5px;
}

/* business card */

#business-card img {
	min-width: 200px;
}

/* description */

#desc {
	text-align: justify;
}

#desc p.ornament {
	text-align: center;
}

@media (max-width: 650px) {
  #desc {
		text-align: center;
	}
}

/* footer */

#footer .nebatg {
	height: 1.7rem;
}

#footer .social {
	max-width: 20px;
	margin-left: 5px;
}
