
h1 {
         color: #FFFFFF; 
      }

body {
            background-image: url('background.jpg');
            
            background-attachment: fixed;
            background-position: center top;
         }
         
         
         .wb-stl-heading1 {
    font: normal bold 38px 'Raleway',Arial,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-transform: none;
}



         .wb-stl-heading2 {
    font: normal bold 38px 'Raleway',Arial,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    text-transform: none;
}

.wb-stl-subtitle {
    font: normal bold 24px 'Raleway',Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}


.wb-stl-subtitle1 {
    font: normal bold 24px 'Raleway',Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    text-transform: none;
}


.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  padding: 15px 32px;
  text-align: center;
  float: center;
  text-align: center;
  font: normal bold 24px 'Raleway',Arial,sans-serif;
}

.button1:hover {
  background-color: #008CBA;
  color: white;
}
.button1 {border-radius: 999px;}

.button1 {font-size: 24px;}