.tutorial {
	width: 75%;
	text-align: center;
	margin: auto;
}

.result-body {
	margin: auto;
}

.winner {
	font-size: x-large;
}

.hero-body .container {
	align-items: flex-start;
	flex-wrap: nowrap;
}

.hero-body .container .subtitle {
	padding-top: 5px;
}

figure.image {
	display: flex;
	justify-content: center;
	background-color: black;
}

figure .image img {
	width: 128px;
}

.notification {
	margin-top: 20px !important;
}

.title .icon {
	margin-left: 15px;
}

.hero {
	margin-bottom: 20px;
}

.forms {
	display: flex;
	justify-content: space-around;
}

.results {
	max-height: 500px;
	overflow-y: scroll;
}

.dropdown-item {
	display: flex;
	align-items: center;
	height: 60px;
}

.dropdown-item img {
	height: 50px;
	margin-right: 10px;
}
