* {
cursor: url("my-mouse-pointer.cur")
	  1 0, auto;
}

body {
  font-family: Manrope;
  font-weight: 400;
  margin: 0;
  padding: 0px 15px 15px 15px;
  background-color: #F3F0EC;

}
.wrap {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  /*padding-top: 100px;*/
}
.profile {
  text-align: center;
  color: #F3F0EC;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.photo {
  border-radius: 50%;
  width: 60%;
}
.profile_name {
  font-weight: bold;
  display: block;
}
.at {
  font-size: 13px;
}

.fonts {
    list-style: none;
  padding: 14px;
  margin-left: 20%;
  margin-right: 20%;
}

.links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}
.links ul li {
  margin: 14px 0;
  
}
.link {
  padding: 14px;
  display: block;
  background-color: #D781B5;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border: 0.5px solid black;
  transition: ease all 0.3s;
  color: #010101;
  margin-left: 20%;
  margin-right: 20%;
}
.link:hover {
  opacity: 0.7;
}

.ball-1 {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F3F0EC;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.3s;
  color: #D781B5;
  margin-left: 55.5%;
  margin-right: 20%;
}

.ball-2 {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F3F0EC;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.3s;
  color: #D781B5;
  margin-top: -94px;
  margin-left: 20%;
}

.fa {
	text-align: center;
	font-size: 40px;
	padding-top: 19px;
	
}

.DISCO {
	width: 20%;
	margin-bottom: -32%;
}

.LAPATAPA {
	width: 20%;
	float: right;
	margin-top: -40%;
}
@media(max-width: 650px) {
    		.LAPATAPA {
	  			margin-top: -100%;
    		}
  		}

.PALATA {
	width: 20%;
}



/*
.heart {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	color: #F3F0EC;
}*/
/*
.card {
  padding: 10px;
  background-color: #F3F0EC;
  border-radius: 4px;
}
.card h3 {
  margin: 0;
  color: #010101;
}
.card p {
  margin: 5px 0;
  font-size: 13px;
  color: #010101;
}
*/