@font-face {
	font-family: "Gorton";
	src: url("assets/GortonDigitalRegular.otf") format('truetype');
}

body {
	background-color: #e1ed86;
	font-size: 0;
	margin: 0;
	padding: 0;
	font-family: "Gorton", sans-serif;
	box-sizing: border-box;
}

.panel {
	background-color: rgba(255.0, 255.0, 255.0, 0.8);
	border: none;
	border-radius: 5px;
	font-family: "Gorton", sans-serif;
	line-height: 1.5em;
	font-size: 1em;
	padding: 1em;
	color: rgba(0, 0, 0, 0.8);
}

.input:hover {
	cursor: pointer;
	background-color: rgba(255.0, 255.0, 255.0, 1.0);
}

.container {
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	gap: 0.8em;
	font-size: 18px;
}

.flower-buttons {
	display: flex;
	gap: 0.8em;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
}

.flower-button {
	width: 6.8em;
	height: 6.8em;
	padding: 0.5em;
}

.cyphertext {
	min-height: 1.5em;
	display: flex;
	padding: 1em;
	font-size: 2em;
}

.plaintext {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 2em;
	font-size: 1em;
	text-align: center;
	min-height: 1.5em;
	font-size: 2.0em;
	overflow: hidden;
}

header {
	padding: 1em;
	text-align: center;
	font-size: 2em;
}

footer {
	padding: 1em;
	text-align: center;
}

h1 {
	font-size: 10px;
}
