body {
	width: 100wh;
	height: 100vh;
	  background: url("negroni.jpg");
	  background-size: cover !important;
	  background-position: center center;
	 

	  

}
h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

h2 {
text-shadow: 2px 2px 5px #000;}

p
{color:#f7f2dc;
background-color:rgba(0,0,0,0.4);
text-shadow: 2px 2px 5px #000;
padding: 10px;}


  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;

  }

 .backdrop {
  background-color: #000!important;
	  -moz-border-radius: 190px; 
	  -webkit-border-radius:190px; 
	  border-style: solid;
	  border-radius: 190px;
	  border-color: #f7f2dc;
  }
  
  .linktree {
       margin: 0 auto;
	  width: 120px;
	  height: 120px;
	  background-image: url("logo.png");
	  background-size: cover;
	  background-repeat: no-repeat;
	    background-position: 50% 50%;
	
}

.btn-outline-light {
    background-color: #000!important; 
    
  }
 .btn-outline-light:hover {
  background-color: white!important; 
  color: #555555!important; 
}

.Spoti {
height: 50px;
border-style: none;
background-color: transparent;
background-image: url("spoti.png");
 background-repeat: no-repeat;
 background-position: 50% 50%;}
 
.footer
 {	
 	text-align: center;
 	width: 100%;
 	position: relative;
margin: auto;
	padding: 0 10px 0px 10px;
	font-size: 80%;
 }


#myDIV, #myDIV1, #myDIV2, #myDIV3, #myDIV4
{
display: none;
color: #f7f2dc;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  margin-top: 20px;
}


 