.bottom-nav {
	display: flex;
	justify-content: right;
	padding-right: 10vw;
	margin-top: 3vh;
}

.next-page {
	position: relative;
	background-image: url("https://static.igem.wiki/teams/5645/wiki-images/body/next-page.webp");
	height: 300px;
	width: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	border-bottom-left-radius: 50%;
}

.next-page-name {
	font-family: "Chalk", "Nunito", Calibri, sans-serif;
	position: absolute;
	left: 17%;
	top: 22%;
	transform: translateY(-50%) rotate(-5.5deg);
	font-size: 1.5rem;
	line-height: 1.1;
	text-decoration: none;
	color: whitesmoke;
	text-align: center;
	width: 150px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.next-page:hover .next-page-name {
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	.bottom-nav {
		padding-right: 5vw;
	}
}
