body {background-color: powderblue;}
h1   {color: rgb(10, 10, 71);}
p    {color: black;}

.avatar {max-height: 300px;}

.title-name {font-family: "Inspiration", "sans-serif";}

.linkbox {
	background-color: aqua;
	width: 400px;
}

.link-button {
	background-color: #04AA6D;
	color: white;
	font-size: 15px;
	padding: 12px;
	border: none;
	border-radius: 5px;
	min-width: 300px;
	cursor: pointer;
}

.link-button:hover {
	background-color: #059862;
}

.link-spacing {
	margin-bottom: 1em;
}

.button-anchor {
	max-height: 200px;
	position: relative;
	text-align: center;
}

.button-image {
	object-fit: contain;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}