html, body{
    padding: 0;
	margin: 0;
    height: 140vh;
    
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: whitesmoke;
	background-color: #000;
	text-shadow:5px 5px 20px #c92fc9;
    
    /*linear-gradient(to bottom, #66ffff 0%, #ff99cc 75%);*/
}

#site-content {
	min-height: 100%;
	min-height: 100vh;
	padding-top: 65px;
	position: relative;
	z-index: 2;

	-webkit-box-shadow: #000 0 7px 35px 0;
	-moz-box-shadow: #000 0 7px 35px 0;
	box-shadow: #000 0 7px 35px 0;
  
}
#site-footer {
	padding: 25px 0;
	font-size: 100%;
	background-color: #2A2A2A;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
}
#site-content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/background\ CV.jpg);
}
#site-footer {
	min-height: 20vh ;

	background-size: cover;
	background-position:top ;
	background-image: url(img/Destiny.png );
}
#intro{
    padding: 1%;
}
h1{
    position: relative;
    padding-left: 20%;
}
h2{
    padding-left: 2%;
}
a{
    color: bisque;
    font-style:italic;
}
ol{
    padding-bottom: 1em;
    /* doest not work look into it */
}
ul.navbar{
	position: bottom,left,fixed;
	padding-top: 15%;
}
a.bot{
	padding: 2px;
	background-color: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}
a.bot:hover{
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    color:bisque;
}

a:hover{
    color: #e908e9;
}

li{
    margin-top: 1%;
}
footer{
    position: center;
	background-color: #000;
}


table{
	width:98%;
	border-radius: 10px;
	border-color:grey;
	border-style:double;
	align-content: left;
	text-align: justify;
	margin-left: 1%;
	padding-left: 5px;
}
#Status{
	text-align: right;
	text-decoration: solid;
}
.Dropped{
	color: red;
}
.Completed{
	color: greenyellow;
}
.InPro{
	color: darkcyan;
}