@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "poppins", sans-serif;
  color: #ffffff;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.profil {
  width: 9rem;
  margin-top: -150px;
}

.des {
  width: 95%;
  max-width: 40rem;
  font-size: 12px;
  color: #888888;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  width: 100%;
  max-width: 40rem;
}

ul li {
  list-style: none;
}

ul li:not(:last-child) {
  margin-bottom: 15px;
}

.sosmed i {
  font-size: 30px;
}

.sosmed a:not(:last-child) {
  margin-right: 10px;
}

.link-card {
  display: flex;
  justify-content: space-between;
  background-color: #282a36;
  padding: 10px;
  border-radius: 20px;
  width: 95%;
  max-width: 40rem;
  text-align: center;
  cursor: pointer;
  height: 55px;
}

.link-card:hover {
  box-shadow: 0px 0px 9px rgb(167, 167, 167);
}

.link-icon {
  color: #888888;
  font-size: 25px;
}

.link-text {
  color: #c4c4c4;
  font-size: 17px;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c4c4c4;
}

.copyright img {
  opacity: 0.5;
  width: 3rem;
}
