/*Recommeded to play at 80% or 90% of full screen on chrome*/

body {
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

h3 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.jumbotron {
	margin: 0 0 .5rem 0;
	padding: 1rem;
}

.input-group {
	width: 60%;
}

.mt-auto {
	width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.toast {
	padding: 0.5em;
}