.aboutImg {
	border: 5px solid var(--clr-accent-dark);
	border-radius: 50px;
	margin: 2.5vh 5vw 1vh 0vw;
	display: inline;
	float: left;
	max-width: 25vw;
	margin-left: 3vw;
}

object {
	width: 100%;
	min-height: 75vh;
	margin-top: 4vh;
}

#resume {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#beeg-yoshi {
	position: absolute;
	right: 0;
	transform: translateX(-400px);
	transform: translateY(300px);
	width: 64px;
}