.voltmeter {
	#volt {
		width: 32%;
	}
	position: absolute;
	left: 29%;
	top: 10%;
	z-index: 1;
}

#volt-meter-text {
	background-image: url(../images/plank.png);
	background-size: cover;

	height: 6%;
	width: 32%;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
}

.power-source {
	position: absolute;
	width: 11rem;
	top: 2%;
	left: 5%;
	img {
		width: 100%;
	}
}
.power-source-screen {
	position: absolute;
	top: 20%;
	left: 22%;
	height: 15%;
	width: 42%;
	border: 2px solid black;
	background-color: red;
	color: yellow;
	text-align: center;
	border-radius: 5px;
	padding: 2px;
}

.power-source-screen-on {
	height: 100%;
	width: 100%;
	display: none;
}
