<!--
--  Uploaded on : https://haxor.my.id/open/shuour.html
--  Official Web : https://prinsh.com
--  script-deface-generator.prinsh.com
-->
<!DOCTYPE html>
<html>
  <head>
   <title>maaf pemula</title>
   <style>
   {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 100%;
  height: 100vh;
  background-image: url(background.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-box {
  background: rgba(225, 225, 225 8.2);
  text-align: center;
  padding: 78px 100px;
  color: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu {
  width: 25px;
  position: absolute;
  left: 40px;
  top: 40px;
}

.setting {
  width: 25px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.profile {
  width: 150px;
  border-radius: 50px;
  background-color: #fff;
  padding: 6px;
  margin-top: 40px;
}

.profile-bottom {
  background: white;
  color: black;
  padding: 60px 0;
  margin-right: -100px;
  margin-left: -100px;
  margin-bottom: -70px;
  border-radius: 20px;
}

.profile-box button {
  background: red;
  color: white;
  border: none;
  outline: none;
  box-shadow: 0 5px 10px rgba(244, 67, 54, 0.5);
  padding: 15px 60px;
  cursor: pointer;
  border-radius: 30px;
  margin-bottom: -50px;
  font-weight: 600px;
  font-size: 16px;
}

.profile-box h3 {
  font-size: 30px;
  margin-top: 20px;
  font-weight: 600;
}

.medsos img {
  width: 30px;
  margin: 30px 5px;
  cursor: pointer;
}
</style>
  </head>
  <body>
    <div class="container">
      <audio class="audio" src="https://k.top4top.io/m_2634rja9q0.mp3" autoplay type="audio" loop=""></audio>
          <audio class="notif" src="https://subscribe.naisid.repl.co/notif.mp3" type="audio"></audio>
      <div class="profile-box">
        <img src="menu.jpg" class="menu">
        <img src="setting.png" class="setting">
        <img src="profile.jpg" class="profile">
        <h3>Pasha Okey</h3>
        <p>bulan juga sendirian tapi tetap bersinar</p>
      <div class="medsos">
        <img src="facebook.png" class="facebook">
        <img src="instagram.png" class="instagram">
        <img src="tiktok.png" class="tiktok">
      </div>
      <button type="button">Follow Me</button>
      <div class="profile-bottom">
        <p>Terimakasih yang sudah follow akun tik-tok saya<br>semoga konten saya bermanfaat buat kalian.</p>
        </div>
      </div>
    </div>
  </body>
</html>