html, body {
  margin: 0;
  padding: 0;
  background-image: url("images/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

canvas {
  display: block;
}

img{
  margin-left: 10px
}

a{
  margin: 0 2%;
}

#site{
  color:white;
  text-align: center;
  text-decoration: none;
  padding-top: 55px;
  text-shadow: #000 0px 0px 3px;
  -webkit-font-smoothing: antialiased;
}

a:link, a:visited{
  color:white;
}

a:active{
  background-color: rgba(0, 110, 255, 0.514);
  color:white;
}

#my-computer {
  position: relative;
  display: none;
}

#my-computer #window {
  width: 50%;
  height: auto;
  position: fixed;
  top: 10vh;
  left: 10vw;
  z-index: 0;
}

#window-x-area {
  position: fixed;
  top: 10vh;
  left: calc(10vw + 50% - 7.5%);
  width: 7.5%;
  height: 10vh;
  cursor: pointer;
  /* border: 2px solid red;  Uncomment for debugging */
  z-index: 10;
}

#my-computer #folder {
  position:fixed;
  top:45vh; 
  left:12vw 
}

