html,
body {
  margin: 0;
  padding: 0;
}
.contact-link:hover {
  background: rgb(13, 202, 240) !important;
}

#mypic {
  width: 200px;
  height: 200px;
}
#skills > div > ul > li {
  list-style: none;
}

#skills > div > ul > li::before {
  content: "\2022";

  color: rgb(13, 202, 240);

  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#workinfo > li {
  list-style: none;
}

#workinfo > li::before {
  content: "\2022";

  color: rgb(13, 202, 240);

  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

a.active {
  color: rgb(13, 202, 240) !important;
}

ul > li > button.active {
  background-color: black !important;
  color: rgb(13, 202, 240) !important;
  border-color: rgb(13, 202, 240) !important;
}
.bdr-change {
  border-color: rgb(13, 202, 240) !important;
}
#navbar {
  transition: top 0.8s;
}

#footer > div {
  font-family: monospace;
}

.background {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.zz {
  z-index: 100;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 10px;
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(13, 202, 240);
  border-radius: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 1000;
}

#myBtn:hover {
  background-color: rgb(13, 202, 240);
}
