body { background-image : url("border3.jpg") ;  background-attachment: fixed;padding: 0 ; margin: 0 ;}
bl { color:blue }
.p {
  text-align: center;
  font-size: 30px;
  margin-top: 0px;
font-family: "Ariel", Times, serif;
}

.q {
  text-align: center;
  font-size: 20px;
  margin-top: 0px;
font-family: "Ariel", Times, serif;
}

    .btn-group .button {
  background-color: #CC9966; /* blue */
  border: 4px solid silver;
  color: white;
  padding: 8px 20px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button {width: 130px;}

.btn-group .button:hover {background-color: #99CC66;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transform: translateY(4px);}
