@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

body {
	background-color: #00a94f;
}

.text-bottom {
    display: flex;
    align-items: center;
}	
