body {
	height: 97vh;
	background: linear-gradient(0deg, rgba(178, 178, 178, 0.1) 0%, rgba(178, 178, 178, 0.1) 76%,
	rgba(46, 46, 46, 0.1) 76%, rgba(46, 46, 46, 0.1) 100%), linear-gradient(45deg, rgba(199, 199, 199, 0.04) 0%,
	rgba(199, 199, 199, 0.04) 24%, rgba(11, 11, 11, 0.04) 24%, rgba(11, 11, 11, 0.04) 100%),
	linear-gradient(135deg, rgba(82, 82, 82, 0.09) 0%, rgba(82, 82, 82, 0.09) 57%, rgba(108, 108, 108, 0.09) 57%,
	rgba(108, 108, 108, 0.09) 100%), linear-gradient(0deg, rgba(243, 243, 243, 0.09) 0%, rgba(243, 243, 243, 0.09) 23%,
	rgba(31, 31, 31, 0.09) 23%, rgba(31, 31, 31, 0.09) 100%), linear-gradient(45deg, rgba(153, 153, 153, 0.06) 0%,
	rgba(153, 153, 153, 0.06) 70%, rgba(233, 233, 233, 0.06) 70%, rgba(233, 233, 233, 0.06) 100%),
	linear-gradient(90deg, rgb(62, 230, 74),rgb(4, 224, 249));
   
   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

i {
	color: white;
	font-size: 25px;
	position: absolute;
	right: 35%;
	top: 12%;
}

p {
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	font-family: "Rockwell", 'Raleway', sans-serif;
}

#WindowTitle {
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	background-color: #3ea0f0;
}

#Desc {
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Rockwell", 'Raleway', sans-serif;
}

#Welcome {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	left: 20%;
	top: 10%;
	padding-bottom: 5px;
	position: fixed;
	border-style: solid;
	border-color: #3ea0f0;
	background-color: white;
}

#TopBar {
	width: 100%;
	background-color: #3ea0f0;
	padding-bottom: 5px;
}

#Exit {
	width: 50px;
	height: 35px;
	top: -2px;
	position: absolute;
	right: -3px;
	background-color: red;
}

#TaskBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #3ea0f0;
}

#time {
	position: absolute;
	right: 5px;
	top: 20%;
	font-family: "Rockwell", 'Raleway', sans-serif;
	font-size: 18px;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

#App {
	width: 100px;
}

#Task {
	display: block;
	left: 0;
}

#taskIcon {
	margin-left: 5px;
	margin-top: 2px;
	left: 0;
}

#taskIcon-about {
	margin-left: 5px;
	margin-top: 2px;
	left: 30px;
}

#taskIcon-resume {
	margin-left: 5px;
	margin-top: 2px;
	left: 70px;
}

#icon {
	padding-left: 30px;
	font-size: 50px;
	position: static;
}

#icon-about {
	padding-left: 20px;
	font-size: 50px;
	position: static;
}

#icon-resume {
	padding-left: 30px;
	font-size: 50px;
	position: static;
}

#icon-blog {
	padding-left: 30px;
	font-size: 50px;
	position: static;
}

#About {
	display: block;
	visibility: hidden;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	left: 25%;
	top: 20%;
	padding-bottom: 5px;
	position: fixed;
	border-style: solid;
	border-color: #3ea0f0;
	background-color: white;
	width: 817px;
	height: 563px;
}

#Content {
	background-color: #ffb357;
	height: 525px;
	overflow-x: hidden;
	overflow-x: auto;
	text-align: justify;
	padding-bottom: 10px;
}

#AboutTask {
	visibility: hidden;
}

#ResumeTask {
	visibility: hidden;
}

#profile {
	width: 800px;
}

#Title {
	margin-left: 5px;
}

#links {
	position: relative;
	font-size: 50px;
	left: 45%;
	margin-top: 10px;
}

#Resume {
	display: block;
	visibility: hidden;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	left: 40%;
	top: 5%;
	padding-bottom: 5px;
	position: fixed;
	border-style: solid;
	border-color: #3ea0f0;
	background-color: white;
	width: 1017px;
	height: 813px;
}

#resume {
	width: 99.5%;
	height: 96%;
}