@import url("https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Nav */

.navbar {
  padding: 3rem 0;
}

.navbar-brand img {
  padding-right: 1rem;
}

.navbar form button {
  width: 140px;
  height: 61px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  font-size: 20px;
  font-weight: 500;
}

.navbar a {
  font-size: 28px;
  font-weight: 700;
  font-family: "Sansita", sans-serif;
  padding-left: 1rem;
}
nav #btn-1 {
  color: #8d34ff;
  background-color: #e6d2ff;
}

nav #btn-2 {
  color: white;
  background-color: #8d34ff;
}

/* Main */

main {

}

.main-div {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;

}
.card {
  display: flex;
margin: 0 auto;
width: 375px;
margin-bottom: 1rem;
}


.card #p-1{
  color: #6D5DD3;
  font-weight: 500;
}

.card #p-2{
  color: #A2A2A2;
  font-weight: 500;
}



.card h5 {
  font-size: 16px;
  font-weight: 700;
}

main section {
  display: flex;
  width: 838px;
}

main section .card {
  width: 256px;
}

@media (max-width: 425px) {
  .navbar {
    padding: 1rem 0;
  }

  .navbar a {
    display: none;
  }

  nav form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  nav form #btn-1 {
    margin-top: 2rem;
    width: 300px;
    height: 61px;
  }

  nav form #btn-2 {
    width: 300px;
    height: 61px;
  }
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  .main-div {
    display: flex;

    flex-direction: column;
  }

  .card-123,
  .card-456 {
    display: flex;
    flex-direction: column;
  }
.card {
    width: 100%;
  }

  .cards {
        display: flex;
    justify-content: center;
    width: 100%;
}

  .cards button {
  padding: 12px 42.5px;
  color: white;
  background-color: #8D34FF;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: none;
}
}

@media (max-width: 850px) {
}
