@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Ubuntu:wght@300;400&display=swap");

* {
  margin: 0;
  padding: 0;
  color: #f9f5f6;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #dbcce9;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100vh;
}

.cardContainer {
  width: 320px;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  background-color: rgb(31, 31, 32);
}

.cardTop {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.cardTop i {
  font-size: 1.6rem;
}

.icons-right {
  display: flex;
}

.icons-right li:first-of-type {
  padding-right: 1rem;
}

button {
  background-color: #ffffff;
  width: 160px;
  padding: 1rem 2rem;
  border-radius: 2rem;
  color: black;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: block;
}

h1,
p,
button {
  margin-bottom: 1rem;
}

p,
h1 {
  text-align: center;
}

.introduction {
  font-size: 1rem;
}

h1 {
  font-size: 1.8rem;
}
