
body {
	width: 100vh;
	height: 100vw;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	background: #ebf5e8;
	position: fixed;
}

.container, .cup, .computer, .words, .desk, .plant, .vase, .ground, .trash, .shine, .footer {
	position: absolute;
}

.container {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 300px;
	height: 236px;
}


.computer {
	width: 246px;
	height: 173px;
	top: -90px;
	left: -15px;
	background: #a2a2a2;
	border: 3px solid #0B303D;
	border-radius: 5px;
}
.computer:before {
	position: absolute;
	content: '';
}
.computer:before {
	top: 8px;
	left: 8px;
	width: 226px;
	height: 138px;
	background: #cdecf9;
	border: 2px solid #0B303D;
	border-radius: 2px;
}
.computer .stand {
	position: absolute;
	width: 30px;
	height: 7px;
	border: 3px solid #0B303D;
	top: 176px;
	left: 105px;
	border-top: none;
	border-bottom: none;
	background: #a2a2a2;
}
.computer .stand:before {
	position: absolute;
	content: '';
	width: 56px;
	height: 7px;
	border: 3px solid #0B303D;
	border-radius: 10px;
	border-bottom: none;
	top: 7px;
	left: -16px;
	background: #a2a2a2;
}

.shine {
	top: -75px;
	left: 3px;
	border-top: 94px solid #FFF;
	border-left: 220px solid transparent;
	opacity: 0.3;
}

.desk {
	width: 400px;
	height: 15px;
	border: 3px solid #0B303D;
	border-radius: 10px;
	top: 105px;
	left: -92px;
	background: #C4AA82;
	box-shadow: inset 0 -5px 0 rgba(102, 102, 102, 0.3);
}
.desk:after, .desk:before {
	position: absolute;
	content: '';
	background: #C4AA82;
	width: 100px;
	height: 150px;
	top: 18px;
	border: 3px solid #0B303D;
	border-top: none;
	left: 10px;
}
.desk:after {
	left: 283px;
}
.desk div {
	z-index: 99;
	position: absolute;
	background: #C4AA82;
	width: 100px;
	height: 35px;
	border-bottom: 3px solid #0B303D;
	background-image: radial-gradient(circle, #FFF 5%, #0B303D 10%, #C4AA82 5%);
}
.desk div:nth-child(1) {
	top: 20px;
	left: 13px;
}
.desk div:nth-child(2) {
	top: 65px;
	left: 13px;
}
.desk div:nth-child(3) {
	top: 105px;
	border: none;
	left: 13px;
}
.desk div:nth-child(4) {
	top: 20px;
	left: 286px;
}
.desk div:nth-child(5) {
	top: 65px;
	left: 286px;
}
.desk div:nth-child(6) {
	top: 105px;
	border: none;
	left: 286px;
}
.cup {
	width: 23px;
	height: 29px;
	border: 3px solid #0B303D;
	top: 159px;
	left: -47px;
	background: #ff915a;
	box-shadow: inset -3px 0 0 rgba(102, 102, 102, 0.3);
}
.cup:before, .cup:after {
	position: absolute;
	content: '';
}
.cup:before {
	width: 9px;
	height: 10px;
	border: 3px solid #0B303D;
	top: 4px;
	left: -12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right: none;
}
.plant {
	top: 150px;
	left: 348px;
	width: 10px;
	height: 80px;
	border-radius: 100%;
	border: 3px solid #0B303D;
	background: #71c38e;
}
.plant:before {
	position: absolute;
	content: '';
	top: 30px;
	left: -15px;
	width: 10px;
	height: 50px;
	border-radius: 100%;
	border: 3px solid #0B303D;
	background: #71c38e;
	transform: rotate(-10deg);
}

.vase {
	width: 50px;
	height: 17px;
	top: 220px;
	left: 322px;
	border: 3px solid #0B303D;
	background: #e7eaae;
}
.vase:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	border: 3px solid #0B303D;
	border-radius: 0 0 8px 8px;
	top: 20px;
	left: 5px;
	border-top: none;
	border-bottom: none;
	background: #e7eaae;
}

.ground {
	top: 276px;
	left: -160px;
	width: 600px;
	height: 3px;
	background: #0B303D;
}
.words table {
	width: 226px;
	height: 138px;
	border:0;
	border-spacing:0px;
}
.words table td {
	font: bold 14px arial;
	line-height: 1.2;
	color: #000;
	text-align: center;
	padding: 5px 10px;
}
.words {
	top: 10px;
	left: 10px;
	width: 226px;
	z-index: 2;
	height: 138px;
}
.words h1{
	font-size: 18px;
	padding-bottom: 7px;
	margin:0;
}
.words p{
	margin:0;
}
.footer {
	font: normal 10px tahoma;
	top: 280px;
	right: -132px;
}
.footer a, a:visited {
	color: #396928;
	text-decoration: none;
	opacity: .6;
}
.footer a:hover {
	opacity: 1;
}