body {
  background-color: #2c004c;
  color: #eee;
  margin: 10% 10% 25% 16%;
  font-family: "Overpass Mono", monospace;
  text-shadow: 1px 1px 2px black;
}

@media only screen and (max-width: 600px) {
  body {
    margin: 10% 10% 25% 10%;
  }
}

main,
header {
  z-index: 2;
  position: relative;
}

header h1 {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 120px;
  font-weight: normal;
  color: #fff;
  padding: 15px;
  margin: 15px;
  display: inline-block;
}

h2 {
  color: cyan;
  font-weight: bold;
}

h3 {
  font-size: 1em;
}

main {
  color: #fff;
  display: block;
  margin-left: 15px;
}

about-me {
  display: block;
}

header h1 em,
main em {
  font-style: normal;
  color: cyan;
}

main a {
  text-decoration: none;
  color: orange;
}

main a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

linkage {
  display: block;
  margin-top: 2em;
}

blog {
  display: block;
  margin-top: 3em;
}

blog h2 a {
  color: cyan;
  font-weight: normal;
}

blog h3 {
  margin-bottom: 0;
  font-weight: normal;
}

blog small {
  font-style: italic;
  font-size: 70%;
}

blog more-posts {
  display: block;
  margin-top: 2em;
  font-style: italic;
}

blog more-posts a {
  color: cyan;
  font-style: italic;
}

#blogMore {
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  header h1 {
    font-size: 72px;
    text-align: center;
  }
}

/* Background animation */

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

background {
  z-index: 1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #2c004c;
  overflow: hidden;
}

ball {
  position: absolute;
  width: 20vmin;
  height: 20vmin;
  border-radius: 50%;
  backface-visibility: hidden;
  animation: move linear infinite;
  color: greenyellow;
  opacity: 0.1;
}

ball:nth-child(odd) {
  color: cyan;
}

ball:nth-child(even) {
  color: orange;
}

ball:nth-child(1) {
  top: 77%;
  left: 88%;
  width: 30vmin;
  height: 30vmin;
  animation-duration: 40s;
  animation-delay: -3s;
  transform-origin: 16vw -2vh;
  box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
}

ball:nth-child(2) {
  width: 25vmin;
  height: 25vmin;
  top: 42%;
  left: 2%;
  animation-duration: 53s;
  animation-delay: -29s;
  transform-origin: -19vw 21vh;
  box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
}

ball:nth-child(3) {
  width: 40vmin;
  height: 40vmin;
  top: 28%;
  left: 18%;
  animation-duration: 49s;
  animation-delay: -8s;
  transform-origin: -22vw 3vh;
  box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
}

ball:nth-child(4) {
  width: 32vmin;
  height: 32vmin;
  top: 50%;
  left: 79%;
  animation-duration: 26s;
  animation-delay: -21s;
  transform-origin: -17vw -6vh;
  box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
}

ball:nth-child(5) {
  width: 50vmin;
  height: 50vmin;
  top: 46%;
  left: 15%;
  animation-duration: 36s;
  animation-delay: -40s;
  transform-origin: 4vw 0vh;
  box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
}

ball:nth-child(6) {
  width: 25vmin;
  height: 25vmin;
  top: 77%;
  left: 16%;
  animation-duration: 31s;
  animation-delay: -10s;
  transform-origin: 18vw 4vh;
  box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
}

ball:nth-child(7) {
  width: 60vmin;
  height: 60vmin;
  top: 22%;
  left: 17%;
  animation-duration: 55s;
  animation-delay: -6s;
  transform-origin: 1vw -23vh;
  box-shadow: -40vmin 0 5.703026794398318vmin currentColor;
}

ball:nth-child(8) {
  width: 40vmin;
  height: 40vmin;
  top: 41%;
  left: 47%;
  animation-duration: 43s;
  animation-delay: -28s;
  transform-origin: 25vw -3vh;
  box-shadow: 40vmin 0 5.196265905749415vmin currentColor;
}
