.portfolio-container {
  padding-top: 3%;
  padding-bottom: 10%;
  border-bottom: 40px solid white;
}

.portfolio-container .row {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}

#portfolio{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 2%;
  color: white;
  border-bottom: 3px solid white;
}

#games-btn,#web-btn,#jsProjects-btn {
  width: 100px;
  height: 50px;
  background-color: white;
  text-align: center;
  font-size: large;
  border-radius: 5px;
  line-height: normal;
}

#games-btn:hover,#jsProjects-btn:hover,#web-btn:hover {
  -webkit-animation: tada 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: tada 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
          background-color: black;
          color: white;
          transition: 0.5s;
}

#div1,#div2,#div3 {
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

span.jsDescription {
  position: absolute;
  top: 150px;
  color: white;
  font-size: large;
}
