*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p,a,span{
    color:#000;
}
#relief{
  position: relative;
}
#relief::after {
	position: absolute;
	content: "";
	background: linear-gradient(to top,rgba(255, 255, 255, 0.34),rgba(255,255,255,0.4));
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}