.primarySec
 {
    color: #606060;
}
h6
 {
    color: rgb(38, 38, 38);
    font-size: 24px;
    font-family: "Gildan Sans Bold";
    font-weight: 700;
    line-height: 27px;
}
h3 {
    color: rgb(38, 38, 38);
    font-size: 50px;
    font-family: "Gildan Sans Bold";
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.body1 {
    color: rgb(38, 38, 38);
    font-size: 20px;
    font-family: "Gildan Sans";
    font-weight: 400;
    line-height: 28px;
}
.button {
  border: none;
  color: red;
  padding: 16px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0px 0px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: #606060;
  color: white;
}

.button2:hover {
  background-color: white;
  color: #606060;
  border: 2px solid #606060;
}
