.space {
  width: 4px;
  height: auto;
  display: inline-block;
}
body {
 background-image: url("BGI.jpg");
 background-color: #cccccc;
}
label {
  display: inline-block;
}

button{
  background-color:skyblue;
  border-radius: 12px;
  width: 230px;
border: 2px solid #2698CE;
}

button:hover{
  background-color:lightgreen;
    border-radius: 12px;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  width: 230px;
  border: 2px solid #59AD1F;
}

button:focus{
  background-color:#D3C436;
    border-radius: 12px;
  width: 230px;
  border: 2px solid #D8A028;
}

h3.h {
  text-indent: 70px;
}
h3.s{
   text-indent:80px;
}


