.btnWeb {
/* Property 1=web */
width: 151px;
height: 44px;
left: calc(50% - 151px/2 - 167px);
top: 20px;
cursor: pointer;
/* accent/normal */
background: #F5620F;
/* shadow/orange */
box-shadow: 0px 3px 8px rgba(212, 84, 12, 0.32);
border-radius: 8px;
border: 0px solid;

/* Content Button */
left: 52px;
top: calc(50% - 21px/2 + 0.5px);
/* nav/14px */
font-family: 'Roboto', sans-serif;;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
/* black/white */
color: #FFFFFF;
}

.btnWeb:hover {
	background-color: #F77C42;
  }

.body{
/* body/16px */
font-family: 'Roboto', sans-serif;;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* black/black */
color: #292929;
}

.h3{
/* nav/18px */

font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 150%;

/* black/black */

color: #292929;
}

.h4{
/* nav/16px */

font-family: 'Roboto', sans-serif;;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
/* or 24px */


/* black/black */

color: #292929;
}

.h5{
  /* nav/14px */

font-family: 'Roboto', sans-serif;;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
text-decoration: none;

/* black/black */

color: #292929;
}