.readme {
	padding: 30px 0 !important;

	h1 {
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		font-size: 1.75rem;
		margin-top: 2rem;
	}

	h2 {
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		font-size: 1.25rem;
	}

	h6 {
		font-weight: 700;
		margin-top: 1rem;
	}

	p {
		margin-bottom: 0;
	}

	li a {
		color: inherit;
	}

	img {
		width: 150px;
		height: auto;
	}

	a img {
		height: 20px;
		width: auto;
	}
}

@media screen and (max-width: 576px) {
	.readme {
		a:first-of-type img {
			margin-bottom: 1rem;
		}
	}
}