.background {
	background-image: linear-gradient(to bottom right, black, red);
}

.contact-button-div {
	padding: 5vh 0 10vh 0;
}

.homepage-button {
	background-color: white;
	border-style: solid;
	border-color: white;
	color: black;
	font-size: 1.25em;
	padding: 0.5em 0.8em;
	height: min-content;
	display: block;
	font-family: inherit;
	cursor: pointer;
	border-radius: 12px;
	-webkit-appearance: button;
}
