/*
All code learned from IAT 339 Lab
*/
body {
	font-family: helvetica;
}

.top-nav-item {
	display: block;
}

section {
	margin: 2.5rem 0;
}

.in-text-link:hover, .in-text-link:focus{
	color: green;
}

p {
	width: 70%;
}

.test-button {
	background-color: magenta;
	color: white;
	border: 2px solid black;
	
}

.test-button:hover, .test-button:focus {
	background-color: black;
	padding: 0.5rem;
}