body {
	width: 100wh;
	height: 90vh;
    background-color: #2f1d38 !important;
}

.btn-menu {
	color: #f0a7e0 !important;
	background: #2a033b !important; 
	border-width: 2px !important;
    border-color: #c86bb1 !important;
	border-radius: 3rem !important;
	font-family: Oswald !important;
}

.btn-other {
	box-shadow: 0 0 25px #c86bb1 !important;
}

.btn-socials {
	font-size: 24px !important;
	color: #d6a8ec !important;
	background: transparent !important; 
	text-shadow: 0 0 1.2rem #a762c8;
	border-width: 0 !important;
	border-radius: 3rem !important;
	padding: 0 !important;
}


  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
  }

  .backdrop {
	  -moz-box-shadow: 0px 0px 20rem #f0a7e0; 
	  -webkit-box-shadow: 0px 0px 20rem #f0a7e0; 
	  box-shadow: 0px 0px 15rem #f0a7e0; 
	  -moz-border-radius:190px; 
	  -webkit-border-radius:190px; 
	  border-radius:190px;
	  z-index: 10;
	  margin-top: 20rem !important;
	  width: 1px;
	  height: 1px;
	  
  }

  .linktree {
	  width: 15rem;
	  height: 15rem;
	  background-color: #0a000f;
	  background-image: url("https://i.imgur.com/sbMJYwj.png");
	  background-size: 15rem;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  z-index: 10;
  }
  
  .logo {
	  max-width: 20rem;
	  z-index: 10;
      border: 3px solid #c86bb1 !important;
      border-radius: 10rem;
  }