html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  pointer-events: none;
}

body {
  background-color: #edc8c4;
  display: flex;
  justify-content: center;
}

.grid {
  background-color: transparent;
  height: auto;
  width: 5%;
}

.bg {
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}

.el {
  position: absolute;
}

.BG-cont {
  position: relative;
  background-image: url("images/BG_light.png");
  height: 0;
  padding-bottom: 55%;
}

.sm {
  background-image: url(images/sunmoon.png);
  top: 0;
  left: 0;
  z-index: 1;
}

.sun {
  background-image: url(images/sun.png);
  z-index: 2;
  opacity: 0;
}

.moon {
  background-image: url(images/moon.png);
  z-index: 2;
  opacity: 1;
}

.computer {
  background-image: url(images/computer.png);
  z-index: 2;
  opacity: 1;
}

.dial {
  background-image: url(images/dial.png);
  z-index: 3;
}

.contBtn {
  width: 7%;
  height: 13%;
  margin-top: 8%;
  pointer-events: auto;
  transition: all 0.5s;
}
.contBtn:hover {
  filter: drop-shadow(0px 0px 4px rgb(68, 16, 68));
}

#unreal {
  margin-left: 25%;
}

#constele {
  margin-left: 25%;
  margin-top: 17%;
}

#planetae {
  margin-left: 26%;
  margin-top: 26%;
  width: 6%;
  height: 15%;
}

#PSU {
  margin-left: 3%;
  margin-top: 35%;
  z-index: 3;
  width: 14%;
  height: 30%;
  transition: all 0.1;
}

.contBox#mainCnt {
  margin-top: 8%;
  margin-left: 35%;
  width: 40%;
  height: 50%;
}
.contBox#infome {
  margin-top: 23%;
  margin-left: 2%;
  width: 30%;
  height: auto;
}
.contBox {
  display: block;
  background-color: aliceblue;
  border: solid 2px cadetblue;
  padding: 1%;
  z-index: 3;
  opacity: 0;
  pointer-events: auto;
  transition: all 0.2s;
  transform: scale(0.1);
}
.contBox > * {
  margin: 0;
}
.contBox h3 {
  margin: 0;
  font-size: calc(10px + 1vw);
}
.contBox p {
  font-size: calc(5px + 1vw);
  white-space: normal;
}/*# sourceMappingURL=portfolio.css.map */