* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Rubik", sans-serif;
}

body {
  min-height: 100vh;
  background: linear-gradient(132.17deg, #FFBBCC 11.81%, #F54291 75.09%);;
  color: #fff;
  overflow: hidden;
}

.main {
  padding-bottom: 85px;
}

.header {
  margin: 20px 0 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avatar img {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-bottom: 12px;
}

/* .username {
  text-decoration: underline;
} */

.long-btn {
  margin: 20px auto;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 5px;
  max-width: 540px;
  height: 42px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.shopee.long-btn:hover {
  color: #f0f0f0;
  background: linear-gradient(
    -180deg
    ,#f53d2d,#f63);;
  transition-duration: 0.3s;
}

.tokopedia.long-btn:hover {
  color: #f0f0f0;
  background-color: #03AC0E;
  transition-duration: 0.3s;
}

.tokko.long-btn:hover {
  color: #f0f0f0;
  background-color: #262E91;
  transition-duration: 0.3s;
}

.circle ul {
  margin: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.circle ul li {
  list-style: none;
  margin: 0 5px;
}

.circle ul li .fab {
  font-size: 36px;
  line-height: 50px;
  transition: 0.6s;
  color: #fff;
  list-style: none;
}

.circle ul li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
}

.circle ul li a:hover {
  transform: translate(0, -10px);
  color: #f0f0f0;
}


.circle ul li:nth-child(1) a:hover {
  color: #1DB954;
}

.circle ul li:nth-child(2) a:hover {
  color: #262626;
}

.circle ul li:nth-child(3) a:hover {
  color: #e1306c;
}




.footer {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .long-btn {
    max-width: 500px;
    font-size: 16px;
    height: 38px;
  }
  .header-circle {
    font-size: 18px;
  }
  .circle ul li .fab {
    font-size: 32px;
  }
  .circle ul li a {
    width: 40px;
    height: 40px;
  }
}
