body {
	background: gray;
 }

.button {
    color: white;	
	font-family: monospace;
	background: gray;
	
	text-decoration: none;
	
    display: flex;
	flex: 1;
	justify-content: center;	
}

.small {
    font-size: 2.5vw;

	border: solid .25vw white;
	border-radius: 0 .5vw 0 .5vw;
	
	padding: 1vw;
	margin: 0 5% 1% 5%;
}

.large {
	font-size: 5vw;
	
	border: solid .5vw;
	border-radius: 0 1vw 0 1vw;
	
	padding: 2vw;
	margin: 2vw 2vw 4vw 2vw;
}

.image-container {
	width: 100%;
	text-align: center;
}

.image-container img {
	display: block;
	margin: 0 auto;
	width: 90%;
	height: auto;
	border: solid .25vw black;
	border-radius: 0 1vw 0 1vw;
}

.text {
	color: white;	
	font-family: monospace;
	background: gray;
	font-size: 2.5vw;

	border: solid .25vw white;
	border-radius: 0 .5vw 0 .5vw;
	
	padding: 1vw;
	margin: 0 5% 0 5%;
}

.link {
	color: lightblue;
	font-size: 2.5vw;
	margin: 0 0 0 5%;
	text-decoration: none;
}