body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #2d261f;
	line-height: 1.4em;
	background-color: #efebdf;
	scroll-behavior: smooth;
}

#work a {
	color: #6f692f;
 	text-decoration: underline;
 	text-decoration-style: wavy;
 	text-decoration-color: #6f692f;
 	transition: 0.2s;
 }

#work a:hover {
	color: #fcb50f;
 	text-decoration: underline;
 	text-decoration-style: wavy;
 	text-decoration-color: #fcb50f;
 	transition: 0.2s;
 }

#container {
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding: 48px;
}

#nav {
	margin-bottom: 48px;

}
 #nav ul li {
 	display: inline;
 	margin-right: 48px;
 }

 #nav ul li a {
 	text-decoration: none;
 	font-weight: 700;
 	color: #2d261f;
 }
 #nav ul li a:hover {
 	text-decoration: underline;
 	text-decoration-style: wavy;
 	text-decoration-color: #fcb50f;
 }

 #work {
 	background-color: #ffd954;
 	padding: 47px;
 	border: 1px #2d261f solid;
 }

h1, h2 {
	font-size: 36px;
	margin-bottom: 36px;
	line-height: 2.8rem;
}

.sass {
	text-decoration: line-through;
 	text-decoration-style: wavy;
}

