h1 {
	color: black;
	width: 100%;
	font-size: 30px;
}

h3 {
	color: blue;
	text-align: center;
	font-size: 1 em;
	width: 100%
}

header {
	text-align: center;
	font-size: 20px;
	width: 100%;
}

.writing {
	font-size: 15px;
	line-height: 2;
	text-indent: 2em;
	margin: 0;
}

.feller {
	width: 100%;
	text-align: center;
}

body {
	display: flex;
	font-family: 'Helvetiva', sans-serif;
	text-transform: none;
	color: black;
	background-color: white;
	justify-content: center;
}

a {
	transition: color 0.2s ease-in-out;
	text-decoration: none;
	color: grey;
}

a:hover {
	color: #00BFFF;
}

.section-row {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 40px;
}

.section {
	flex: 1;
	width: 100%;
	font-size: 25px;
	text-decoration: none;
}

.other {
	text-align: right;
}

.container {
	max-width: 600px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px ;
}

.aboot {
	font-size: 18px;
}

.about{
	gap: 0px;
}

.xl {
	font-size: 18px;
}

ul {
	list-style-type: none;
}

.list {
	text-align: center;
	list-style-type: none;
	font-size: 18px;
	display: table;
	margin: 0 auto;
}

.story-1 p {
	margin: 0;
	text-indent: 3em;
}

.story-1 {
	font-size: 15px;
	line-height: 2em;
}

.story-2 p {
	margin: 0;
	text-indent: 3em;
}

.story-2 {
	font-size: 15px;
	line-height: 2em;
}
