@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Silkscreen&display=swap');
		body {
			font-family: "IBM Plex Mono", monospace;
			background: #E9E3C6;
		}

		.wrapper1 {
			border: 3px solid #380D41;
			width: 385px;
			height: 210px;
			box-shadow: 3px 3px 0 #96A99A;
			background-image: url('img/consolebg.png');
			border-radius: 5px;
			margin: auto;
			margin-top: calc(50vh - 190px);
		}

		.wrapper1::after {
			content: " ";
			display: block;
			border: 3px solid #380D41;
			border-top: 0;
			width: 385px;
			height: 9px;
			box-shadow: 3px 3px 0 #96A99A;
			position: relative;
			left: -3px;
			top: -3px;
			border-radius: 0 0 5px 5px;
		}

		.content1 {
			background: #536982;
			border-radius: 5px;
		}


		.screen1 {
			width: 300px;
			height: 195px;
			background: #96A99A;
			border: 3px solid #380D41;
			margin: auto;
			margin-top: 20px;
			position: relative;
			border-radius: 5px;
		}

		iframe1 {
			border: 0;
			width: 100%;
			height: 100%;
		}