/* === FONTS === */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap");

body {
  background-color: #2563eb;
  font-family: "Be Vietnam Pro", sans-serif;
}

.container {
  padding: 4rem 15rem;
}

h1 {
  font-weight: bold;
  font-size: 50px;
  color: white;
  line-height: 52px;
  margin-bottom: 0;
}

p {
  font-weight: 300;
  font-size: 22px;
  color: white;
  opacity: 0.8;
  margin-bottom: 55px;
  a {
    color: white;
  }
}

.list {
  margin-bottom: 50px;
}

.list-item {
  margin-bottom: 20px;
}

a.linktree-links {
  display: flex;
  padding: 24px 32px;
  justify-content: space-between;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  background-color: #3071ff;
  border: 1px solid #4a83ff;
}

a.linktree-links:hover {
  background-color: #5187ff;
}

.div-flex {
  display: flex;
  align-items: center;
}

.emoji {
  margin-right: 20px;
}

span {
  color: white;
  opacity: 0.8;
  font-size: 14px;
}

@media (max-width: 820px) {
  .container {
    padding: 3.5rem;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 1.5rem;
  }

  h1 {
    font-size: 38px;
  }
}
