body {
  background-image: url("tiless.png");
  background-repeat: repeat;
  background-size: 50%;

  color: black;
  font-family: verdana;
}

.lace {
 
 margin-bottom: 40px;
 margin-top: 5px;
 
  
  
}
.main {
  background: #ffffff;
  border: 3px dotted #B48B60;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-top: 0px;
  width: 65%;
  padding-top: 0px;
  padding: 40px 40px;
  

}

.btn-group button {
  background-color: #EFDCC8; /* Green background */
  border: 3px dotted #B48B60;
  color: black; /* White text */
  padding: 10px 24px; /* Some padding */
    margin-top: 7px;
text-decoration: none;
  cursor: pointer; /* Pointer/hand icon */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
  text-decoration: none;

}




/* Add a background color on hover */
.btn-group button:hover {
  background-color: #EFDCC8;
  text-decoration: none;

}


.btn-group button a {
  color: brown;
  text-decoration: none;
}
