@charset "utf-8";
/* CSS Document */

body {
	background: grey;
	color: white;
	width: 1920px;
	height: 1080px;
}

@font-face {
	font-family: 'Pixelated Elegance Regular';
	src: url('pixelatedeleganceregular-ovyaa-webfont.woff2') format('woff2'),
		 url('pixelatedeleganceregular-ovyaa-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.logout {
	position: absolute;
	top: 1005px;
	background: url("logout.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.videoplayer {
	position: absolute;
	top: 1005px;
	left: 200px;
	background: url("videoplayer.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.game {
	position: absolute;
	top: 1005px;
	left: 300px;
	background: url("gameIcon.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.browser {
	position: absolute;
	top: 1005px;
	left: 100px;
	background: url("InternetExplorer.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.trash {
	position: absolute;
	top: 1005px;
	left: 1850px;
	background: url("recycleBin.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.file1 {
	position: absolute;
	background: url("FileIcon.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
	top: 100px;
	left: 300px;
}

.file2 {
	position: absolute;
	background: url("FileIcon.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
	top: 500px;
	left: 600px;
}

.file3 {
	position: absolute;
	background: url("FileIcon.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
	top: 350px;
	left: 100px;
}

.frame{
	background: green url("windowswallpaper.jpg");
	width: 1920px;
	height: 1080px;
	margin: 0px auto;
	position: relative;
}

.taskbar {
	background: url("taskbar.png");
	position: absolute;
	width: 1920px;
	height: 100px;
	top: 990px;
}