.memo {
	font-size: 34px;
	margin-bottom: 0.75rem;
}

.memo .memo-title {
	font-family: var(--typeface-serif);
	font-weight: 500;
	color: var(--text-bright);
}

.memo .memo-date {
	color: var(--text-dim);
}

@media only screen and (max-width: 800px) {
	.memo {
		font-size: 24px;
	}

}
	
	