html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Sans-serif", Sans-serif;
}

.card {
  height: 180px;
  width: 280px;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: #ffa000; */
  border-radius: 3px;
  box-shadow: rgba(16, 36, 94, 0.2) 0px -30px 40px 0px;
  cursor: pointer;
}

.card a {
  text-decoration: none;
}

.icon {
  max-width: 100%;
  max-height: 120px;
}

.icon img {
  width: 100%;
  /* border-radius: 3px 3px 0 0; */
  border-radius: 3px;
}

.title {
  margin-bottom: 15px;
}

.title p {
  text-shadow: rgba(0, 0, 0, 0.06) -41px 51px 68px 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

/* canvas {
    display: block;
    vertical-align: bottom;
  } */

.canvas {
  width: 0 !important;
  display: contents !important;
}

/* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

/* div a h2{
  position: fixed;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  
} */
