
body {
	font-family: 'Arial', sans-serif;
	background-color: black;
	text-align: center;
}
div {
	color: black;
	margin: 3% auto;
	height: fit-content;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.display {
	background-color: gray;
	padding-bottom: 1%;
	max-width: 75vw; 
}
.control {
	background-color: black;
	padding: 5px;
	max-width: fit-content;
	position: fixed; 
	top: -20px; 
	right: 7px;
	cursor: pointer;
}
.buttons {
	filter: invert(100%) sepia(0%) saturate(5230%) hue-rotate(326deg) brightness(132%) contrast(113%);
}
img {
	max-width: 60vw;
	max-height: 120vh;
	margin-top: 5px;
}
figcaption {
	margin: 4%;
}
