@import url('https://fonts.googleapis.com/css?family=Montserrat');


* {
  box-sizing: border-box;
}

body {
  background-image: linear-gradient(to right top, #2d0036, #4f015b, #730283, #9a02ac, #C400D7);
  font-family: Montserrat, sans-serif;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  min-height: 100vh;
  margin: 0;
}

h3 {
  margin: 10px 0;
}

h6 {
  margin: 5px 0;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 21px;
}

.card-container {
  background-color: #231E39;
  border-radius: 25px;
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.40);
  color: #B3B8CD;
  padding: 30px 0 0;
  position: relative;
  width: 350px;
  max-width: 100%;
  text-align: center;
  margin: 20px 0;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-container .about {
  margin-bottom: 0px;
}

.card-container .pro {
  color: #FFFFFF;
  background-color: #860292;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 193px;
  left: 213px;
}

.card-container img {
  border: 1px solid #860292;
  border-radius: 50%;
  padding: 7px;
  height: 150px;
  width: 150px;
}


.blend {
  background: linear-gradient(#231E39, #1F1A36);
}


.cate:not(.blend) {
  background-color: #1F1A36;
}

.cate {
    text-align: center;
      padding: 15px 0px 15px 0px;
      margin-top: 0;
      margin-bottom: 0px;
      text-align: center;
      padding: 30px;
      margin-top: auto;
      margin-bottom: auto;
      margin-top: 0px;
      padding-top: 0px;
}

.cate ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.cate ul li a {
  transition: .3s cubic-bezier(0.22, 0.12, 0.02, 1.26);
  border: 1px solid #2D2747;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  padding: 7px;
  background-color: transparent;
  color: #B3B8CD;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}

.cate ul li a:hover {
  background-color: rgba(134, 2, 146, 0.8);
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.cate ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}



@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 15px;
  }

  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  #intro {
    padding: 0 10px;
  }

  h1 {
    font-size: 15px;
  }

  h1::after {
    height: 6px;
  }

  p {
    font-size: 18px;
  }

  .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 15px;
  }

  h1::after {
    height: 4px;
  }
}

#particles {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}