@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

*{
margin:0px;
padding:0px;
}

html, body {
	height: 100%;
	font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden!important;
	color:#56606f;

}

body {
  background: url(../img/gradient-white.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
line-height:1.8rem;
color:#646363;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Slab', serif;
}

.content {
background-color:#fff;
border:1px solid #e5e5e5;
}

.logo, .footer {
margin:25px 0px;
}