body
{
    margin: 0;
    padding: 0;
    background-color:rgba(33, 102, 50, 1);
    font-family: 'Arial';
     background-image: url("assets/group3.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left; 
    
}
.card-button{
        width: 360px;
        opacity: 1;
        margin: auto;
        margin: 20 0 0 450px;
        padding: 10px;
        stroke-width: 1.00px;
        border-radius: 20px ;
        -webkit-border-radius: 20px ;
        -moz-border-radius: 20px ;
        -ms-border-radius: 20px ;
        -o-border-radius: 20px ;
}
h2{
    text-align: center;
    color: #f7f7f7;
    margin-top: 50px

}
.parent {
  position: relative;
  top: 0;
  left: 0;
}
.wp1 {
  position: absolute;
   top: 70px;
   left: 180px;
}
.wp2 {
  position: absolute;
   top: 70px;
   left: 242px;
}



@media only screen and (min-width: 767px) {
  .show-large {
    display: block;
  }
  .show-mobile {
    display: none;
  }
}
