/* html */
code {
	background-color: #f5f5f5;
	border-radius: 5px;
}

/* id */
#mainNav {
	background-color: #EBEBEB;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* class */
.articles img {
	max-width: 100%;
}

.avatar {
	width: 15rem;
}

.links {
	text-decoration: none;
}

.masthead {
	background-color: #EBEBEB;
	padding-top: calc(4rem + 74px);
	padding-bottom: 1rem;
}

.socials {
	height: 32px;
	width: 32px;
}
