+@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
+
body {
width: 60%;
margin: auto;
background-color: black;
color: white;
font-size: 1.18rem;
+ font-family: "Crimson Text", serif;
+ font-weight: 600;
+ font-style: normal;
+ line-height: 2;
+ text-indent: 3em;
}
h1 {
}
}
+h1, h2, h3, h4, h5 {
+ text-indent: 0em;
+}
+
nav {
display: flex;
justify-content: center;
+ text-indent: 0em;
+
ul {
list-style: none;
display: flex;