a:hover {
	background-color: purple;
}

.stream {
	margin-bottom: 20px;
	color: black;
	border-style: solid;
	border-color: orange;
	border-width: 3px;
}

.stream:hover {
	background-color: MediumOrchid;
	color: white;
}

img {
	max-width: 30%;
}

h1 {
	text-align: center;
}

