#refresh-jumbotron
{
	margin-top: 5rem;

	width: 70%;

	padding: 2rem;

	border-color: #239B56;
	border-width: 2px;
	border-style: solid;
	border-radius: 3rem;
}

/*---------------------------------------
			MEDIA QUERIES
-----------------------------------------*/
@media screen and (max-width: 425px)
{
	#refresh-jumbotron
	{
		width: 100%;
	}
}