canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 99%;
  height: 99%;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image {
  border-radius: 50%;
}

.header1 {
  text-align: center;
  font-family: 'Righteous', cursive;
  font-size: 6vw;
}

.header2 {
  text-align: center;
  font-family: 'Century Gothic', monospace;
  font-size: 1.4vw;
}

.header3 {
  text-align: center;
  font-family: 'Century Gothic', monospace;
  font-size: 2.0vw;
}

.linklinkedin {
  font-family: 'Century Gothic', monospace;
  font-size: 2.8vw;
  color: inherit;
  margin: 0px 25px 0px 25px;
  transition: 0.5s;
}

.linkgithub {
  font-family: 'Century Gothic', monospace;
  font-size: 2.8vw;
  color: inherit;
  margin: 0px 25px 0px 25px;
  transition: 0.5s;
}

.linkxing {
  font-family: 'Century Gothic', monospace;
  font-size: 2.8vw;
  color: inherit;
  margin: 0px 25px 0px 25px;
  transition: 0.5s;
}

.linklinkedin:hover {
  color: #0e76a8;
}

.linkgithub:hover {
  color: #171515;
}

.linkxing:hover {
  color: #126567;
}

@media screen and (max-width: 785px) {
  .header1 {
    font-size: 8vw;
  }
  .link1 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 765px) {
  body {
    text-align: center;
  }
  .header1 {
    font-size: 9vw;
  }
  .header2 {
    font-size: 2.5vw;
  }
  .link1 {
    font-size: 5vw;
  }
}

@media screen and (min-width: 1390px) {
  .header2 {
    font-size: 1.1vw;
  }
}

#parent {
  width: 75%;
  margin: 0 auto;
}

#my-badge {
  position: fixed;
  top: 10px;
  right: 10px;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #7c7c7c;
  background-image: url('../storm.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
