/* Enter Your Custom CSS Here */

.btn {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  display: inline-block;
  padding: 0.8px 24px;
  padding: 0.85rem 2.4rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: #b01c2e;
  border-color: #b01c2e;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#4d000000', GradientType=0 );
}
.btn:focus,
.btn:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#99000000', GradientType=0 );
}

.module {
border-radius: 3px;
padding:20px 20px 10px 20px;
background: #e5e6e5;
}

.module h2 {
font-size: 2.4rem;
}

