@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&display=swap');

body {
    margin: 0;
    padding: 0;
	height: 100%;
    font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 24px;
	overflow: hidden;
}
.menu_text {
    padding-left: 30px;
}
header {
	position: fixed;
	top: 0;
	z-index: 1;
}
header a {
    font-family: "Noto Sans Symbols 2", "Google Sans Code", "Gulim", AppleGothic, sans-serif;
    color: #00000050;
    text-decoration-line: none;
}
a {
	font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	color: #00000050;
    text-decoration-line: none;
}
a:hover {
    text-decoration-line: underline;
    color: black;
}
#content {
	position: absolute;
	top: 10vh;
	padding-bottom: 10%;
    font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	z-index: 10;
	display: none;
	text-align: justify;
	flex-direction: column;
    overflow: hidden;
}
#content.isOpen {
    display: flex;
}
#postScroll {
    flex: 1;
	margin-top: 60px;
    min-height: 0;
    overflow-y: auto;
}
#post {
    overflow: visible;
}
#postContained {
    margin-top: 60px;
    font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
    font-size: 0.9em;
    color: #00000044;
}
#post p {
    margin: 0;
    padding-bottom: 30px;
    text-indent: 0;
    line-height: 2.5em;
}
#post .poemLine {
    display: block;
    padding-left: 0;
    text-indent: 30px;
    white-space: normal;
}
#post p:first-child {
	margin-top: 0;
	padding-top: 0;
}
#postTitle {
    text-align: left;
	padding-left: 30px;
	margin: 0;
}
button {
	font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #FFFFFF00;
	color: #00000033;
	border: none;
	padding: none;
	margin: none;
}
button:hover {
	cursor: pointer;
	color: black;
}
#regretField {
    position: fixed;
    padding-top: 5%;
	padding-bottom: 10%;
    right: 0;
    left: 0;
	overflow: hidden;
}
#regretLayer {
    position: relative;
    height: 100%;
    width: 100%;
}
.regretTitle {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: black;
    cursor: pointer;
    white-space: nowrap;
}
.regretTitle:hover {
    text-decoration: underline;
}
.regretTitle.isActive {
    text-decoration: underline;
}
#postContained {
	font-family: "Google Sans Code", "Gulim", AppleGothic, sans-serif;
	font-size: 0.9em;
	color: #00000033;
}