*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


body{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #7F56BC;
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 600px;
  margin: 44px auto 0 auto;
}

.share-button{
  display: flex;
  align-self: flex-end;
  color: #7F56BC;
}

.share-icon{
  font-size: 32px;
  background-color: #222;
  padding: 12px;
  border-radius: 50%;
 
}

.img-container{
  height: 188px;
  width: 188px;
  margin-bottom: 30px;
}

h1{
  font-size: 16px;
  margin-bottom: 32px;
}

img{
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  
}


.link-card{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #060606;
  padding: 10px 15px;
  color: #7F56BC;
  text-decoration: none;
  margin-bottom: 24px;
}

.icons{
  font-size: 24px;
}
Color Ky Smz
}

.my-photo {
  width: 100rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}

a {
  text-decoration: none;
  color: inherit;
}

.sosmed i {
  font-size: 1.5rem;
  color: #b8b8b8;
}

.sosmed i:hover {
  color: black;
}

.sosmed a:not(:last-child) {
  margin-right: 1rem;
}

ul {
  width: 80%;
  max-width: 40rem;
}

ul li {
  list-style: none;
}

ul.links li:not(:last-child) {
  margin-bottom: 1rem;
}

.links {
  margin-top: 1rem;
}

.copyright {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #b8b8b8;
  font-size: 0.75rem;
}

