* {
  margin: 0;
  padding: 0;
  font-family: 'Scheherazade New', serif;
}

body {
  background-color: #f1f1f1;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 900

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.Tiktoker {
  width: 360px;
  height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: blanchedalmond;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
  transform: translate(-50%, -50%);
  border-radius: 25px;
}
.Image img {
  width: 100%;
}
.Text {
  width: 90%;
  margin: auto;
}