/*******************/
/* centering stuff */
/*******************/

	body {
		display:flex;
		justify-content:center;
	}

	.container {
		width: 90vw;
		display: flex;
		flex-direction:column;
		justify-content:flex-start;
		padding-top:2rem;
		align-items: center;
	}

	.container img {
		max-width:20rem;
		width: inherit;
	}

/*************/
/* text size */
/*************/

	.button {
		font-size:1.3rem;
	}
