h3 {
    font-family: 'Bagoss', sans-serif !important;
	  font-size: 16px !important;
}
#traffic-estimator {
    background-image: url("https://www.wedoseo.co.il/wp-content/uploads/2024/04/bg-noise-big.png");
	background-size: cover;
  background-repeat: no-repeat;
	  width: 100%;
	  background-color: #F6F7F6;
    padding: 40px;
    border: 1px solid #E8E9E6;
    border-radius: 44px 0 44px 0;
    margin: 50px auto;
    text-align: left;
	display: flex;
  flex-direction: column;
}

#traffic-estimator input,
#traffic-estimator select,
#traffic-estimator button {
    width: calc(100% - 10px);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #D3D4D3;
}

#traffic-estimator button {
	background-color: #9DE64F;
	width: 200px;
	font-family: Bagoss;
	font-size: 18px;
	color: black;
	align-self: flex-end;
  }

#traffic-estimator button:hover {
    background-color: #143300;
	  color: #9DE64F;
	
}

#traffic-estimator #result {
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	font-family: Bagoss;
    margin-top: 20px;
    font-size: 1.0em;
    color: #333;
}

