@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap");
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202733;
}
.content {
  background: #313a48;
  box-shadow: 30px 50px 80px rgba(0, 0, 0, 0.100202);
  border-radius: 15px;
  height: 332px;
  width: 540px;
  position: relative;
  display: block;
}
.p1 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 4.08571px;

  /* Neon Green */
  margin-top: 48px;
  color: #53ffaa;
}
.p2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.3px;
  margin-top: 24px;
  margin-left: 48px;
  margin-right: 48px;
  /* Light Cyan */
  color: #cee3e9;
}
.pat {
  width: 444px;
  height: 16px;
  margin-top: 40px;
  margin-left: 48px;
}
.img {
  position: absolute;
  background-color: #53ffaa;
  padding: 20px;
  border-radius: 50%;
  top: 300px;
  left: 238px;
}