#btn1 {
    color: #494949;	
	text-decoration: none;
	background: #ffffff;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
	border: 2px solid #494949;
	display: inline-block;	   
}

#btn1:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
  }

#d1 {    
    width: 10%;
    margin-top: 20%;    
    margin-left: 45%;
    align-self: center;    
    height: 50px;
}

#desc {    
    width: 10%;
    margin-top: 2%;    
    margin-left: 44%;
    align-self: center;
    text-align: center;    
}
