.site {
	margin: 60px;
	font-family: Helvetica, Arial, sans-serif;
}
.title {

}
.story-list {
}
	.story-line {
		border-left: solid 4px;
		padding-left: 10px;
		margin-bottom: 5px;
		word-wrap: break-word;
	}


.input-area {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
	.input-box {
		width: 100%;
		word-break: break-word;
	}
	.input-row {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}

.submit-button {
	width: 100px;
	color: #2e5cb8;
	cursor: pointer;
}
	.submit-button:hover {
		text-decoration: underline;
	};