body {
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: rgb(52, 29, 8);
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: white;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
	text-align: left;
}
