@charset "utf-8";

h1 {
	font-size: 2.5em;
	margin-top: 20px;
	margin-bottom: 20px;
}
.thing p {
	font-size: 1.2em;
}

button {
	display: block;
	margin: auto;
}

.r {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img {
	margin-top: 30px;
	margin-bottom: 20px;
}
img {
	display: block;
	margin: auto;
}

button {
	margin-top: 10px;
	margin-bottom: 20px;
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

a {
	color: white;
	text-decoration: none;
}