
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


body{
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(asadal_stock_214.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



#task-bar {
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
  font-size: 9pt;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 40px;
  border-top: solid 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 -1px 0 0 #00506b;
  box-shadow: 0 -1px 0 0 #00506b;
  z-index: 1;
}
#task-bar > #blur-overlay {
  position: absolute;
  top: 0;
  right: -150px;
  bottom: -150px;
  left: -150px;
  background-image: url(https://imyourman.dk/codepen/windows/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  z-index: 2;
}
#task-bar > #blur-overlay:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=1);
  content: '';
  z-index: 3;
}

#copyright{
width: 200px;
position: absolute;
left: 10px;
font-size: large;
text-align: center;
z-index: 3;
top: 20%

}

#datetime {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 3;
  text-align: center;
}

#datetime > span {
  display: block;
  margin: 0;
}