body {
  margin: 0;
  font-family: "Orbitron", sans-serif;
}
#root {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #151517;
  color: #00bdf5;
}
#logo {
  position: fixed;
  top: 20px;
  left: 20px;
  opacity: 0.8;
  font-size: 27px;
  font-family: "Advent Pro", sans-serif;
  font-smooth: never;
  -webkit-font-smoothing: none;
}
#background {
  position: fixed;
  width: 100%;
  height: 100%;
}
#power-core {
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  /*transform: translate(-200px,-200px);*/
}
.power-circle {
  display: block;
  width: inherit;
  height: inherit;
  /* background-image: url("./images/circle.png"); */
  position: absolute;
}

@-webkit-keyframes pulse {
    0% { box-shadow:0 0 30px #39a9d8, inset 0 0 0px #39a9d8; }
    25% { box-shadow:0 0 100px #39a9d8, inset 0 0 0px #39a9d8; }
    50% { box-shadow:0 0 60px #39a9d8, inset 0 0 0px #39a9d8; }
    /* 75% { box-shadow:0 0 30px #FF0000, inset 0 0 0px #39a9d8; } */
    100% { box-shadow:0 0 30px #39a9d8, inset 0 0 0px #39a9d8; }
}

.ring {
  background-color: transparent;
  width: 233px;
  height: 233px;
  box-shadow: 0 0 30px #39a9d8, inset 0 0 0px #39a9d8;
  /* box-shadow: 0 0 50px #30d8ff, inset 0 0 0px #47cee0; */
  -webkit-animation: pulse 4s linear 2s infinite;
  position: relative;
  left: 87px;
  top: 87px;
}

.power-bin {
  left: 168px;
  top: 164px;
  position: absolute;
  font-family: "Geo", sans-serif;
  font-size: 64px;
}

#power-cell {
  width: 240px;
  height: 240px;
  left: 80px;
  top: 80px;
  position: absolute;
}
#button-container {
  position: absolute;
  width: 220px;
  display: block;
  top: 50%;
  left: 70%;
  transform: translateY(-263px);
}
.bin-button {
  width: 215px;
  height: 94px;
  display: block;
  position: relative;
  background: url("images/button-base.png") no-repeat;
  image-rendering: pixelated;
  cursor: pointer;
}
.bin-button:hover {
  background-image: url("images/button-base-hover.png");
}
.about {
  padding: 47px 0 0 70px;
}
.works {
  padding: 47px 0 0 70px;
}
.cv {
  padding: 55px 0 0 70px;
}
.contact {
  padding: 45px 0 0 70px;
}
.v-gap {
  height: 50px;
  position: relative;
}
.copyright {
  position: absolute;
  width: 165px;
  height: 7px;
  bottom: 10px;
  left: 50%;
  opacity: 0.4;
  transform: translateX(-83px);
  background-image: url("images/copyright.gif");
}
