body {
    margin: 0;
    background-color: #212121;
    animation: 2s show ease;
    height: 100%;
    padding: 0;
}

.logo {
  border-radius: 20px;
  box-shadow:0 0 20px #555;
}

.wawe {
  margin-top: -0.5%;
}

#name {
  margin-left: 6%;
  border-radius: 20px;
}

#project {
  margin-left: 10px;
  margin-top: 0px;
  border-radius: 2000px;
}

#name2 {
  margin-left: 1.5%;
}

#navbarNav {
    margin-top: -0.5%;
}

#js {
  color:#fce727;
}

#python {
  color:#27a7fc;
}

.welcome {
    position: absolute;
    margin-top: 8%;
    margin-left: 7%;
}

.entry {
    width: 100%;
    height: 400px;
    background: #272934;
    margin-top: -0.5%;
}

.purple {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: linear-gradient(45deg, #d400ff 33%, #ea00ff 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px #555);
}

.purple2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: linear-gradient(45deg, #d400ff 50%, #ea00ff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px #555);
}

.mobile {
  visibility: hidden;
}

.tag {
    background: #171717;
    padding: .1em 0.6em;
    border-radius: 10px;
}

.line {
    background: linear-gradient(45deg, #d400ff 33%, #ea00ff 66%);
    width: 100px;
    height: 5px;
    margin: 0 auto;
    border-radius: 10px;
}

.card-group {
    justify-content: center;
}

#free {
    border-radius: 20px;
}

#coal {
    margin-left: 2%;
    border-radius: 20px;
}

.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#272934;
    margin-top: 10%;
  }
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
    margin-top: 4%;
  }
  
  @media (max-width:991px) {
    .footer-dark {
      text-align:center;
      margin-top:20px;
    }
  }
  
  .footer-dark > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }
  
  .footer-dark > a:hover {
    opacity:0.9;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:15px;
    font-size:15px;
    margin-bottom:0;
  }


.card {
    opacity: 0;
}

.card.show {
    opacity: 1;
    transition: opacity 2s;
}