body {
	width: 100wh;
	height: 100vh;
	  background: url("negroni.jpg");
	  background-size: cover;
	  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;}

a {color:#f15b29 !important;
}
a:visited {color:#f15b29 !important; 
}
a:hover {color:#ffffff !important; 
}

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


  .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: #000;
  }
  
  .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; 
}

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

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

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