/* Home */
main {
	min-height: 100vh;
	font-family: 'Nunito', sans-serif;
	background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.25) 70%, rgba(95, 0, 255, 0.56) 100%), url("../img/background.png") no-repeat center center;
	background-size: cover;
}

.players {
	color: white;
}

.players p {
	font-weight: 700;
}

.players span {
	color: #5F00FF;
}

/* Media Queries */

@media(min-width: 1000px) {
	.item:not(:first-child) {
		margin-left: 90px;
	}
}

@media(min-width: 700px) {
	.players {
		font-size: 1.2em;
	}
}