* {
	box-sizing: border-box;
	font-family: "Libre Franklin", sans-serif;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #EB0069;
}

main {
	background-color: #FFE4F0;
	margin: 64px;
	padding: 64px;
	display: flex;
	flex-direction: column;
}

h1 {
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

h3 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 32px;
}

figure {
	text-align: center;
	margin-bottom: 32px;
}

#tribute-info {
	max-width: 800px;
	margin: 0 auto 12px auto;
	text-align: center;
	line-height: 1.75;
}

#image {
  display: block;
	object-fit: cover;
	max-width: 100%;
	width: 300px;
	height: auto;
	margin: 0 auto 4px auto;
}

a {
	color: #EB0069;
	text-align: center;
}