.text-3xl {
    text-align: center;
}
.line1{
    background-color: rgb(124, 84, 255);
    width: 100px;
    height: 3px;
}
.connect {
    display: flex;
    align-items: center;
}
.fa-download{
    margin-left: 5px;
}
.leet{
    color: orange;
}

@media (max-width: 768px) {
   .connect {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}
.line1{
    background-color: rgb(124, 84, 255);
    width: 3px;
    height: 100px;
}
.mt-10 {
    margin-top: 0rem;
}
.main-header {
    display: none!important;
  }
  
}

.my-cards {
    justify-content: space-between;
}
.py-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}