body{
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}
a{
  text-decoration: none;
}

#particles{
  background: #231C38;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.cover{
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 998;
  justify-content: center;
  padding: 0px 20px;
  background: #221c3677;
}
.cover > div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover > div > img{
  width: 100%;
  max-width: 400px;
}

.card{
  background: rgba(255, 255, 255, .95);
  padding: 15px 30px;
  text-align: center;
  border-radius: 100px;
}
.card > h3{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 16pt;
  color: #2bc9aa;
  background: #32F768;
  background: -webkit-linear-gradient(to right, #32F768 0%, #00a4ec 50%, #133BB2 100%);
  background: -moz-linear-gradient(to right, #32F768 0%, #00a4ec 50%, #133BB2 100%);
  background: linear-gradient(to right, #32F768 0%, #00a4ec 50%, #133BB2 100%);
  -webkit-background-clip: text;
  font-size: 12pt;
}
.card > h3 > img{
  width: 30px;
  margin-right: 10px;
}
.card > p{
  color: #6C6C6C;
  font-size: 14pt;
}