
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');


body {
	background: url("bg.png");
	background-size:cover;
	    font-size: larger;
	padding-top:100px;
	color:#3D3D47;
	font-family: 'Cardo', serif;
}
.home {
	width: 100%;
}
h2 {
	font-weight:800;
}