@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');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 24px;
}
.menu_text {
    padding-left: 30px;
}
header {
	position: fixed;
	z-index: 100;
}
header a {
    font-family: "Noto Sans Symbols 2", "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    color: #00000050;
    text-decoration-line: none;
}
main {
    position: absolute;
    top: 15vh;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 24px;
}
.mmm {
    position: fixed;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 31vh;
    background-color: white;
}
#questionBox {
    position: fixed;
    z-index: 90;
    visibility: visible;
    text-indent: none;
    pointer-events: none;
}
#questionSelect {
    pointer-events: auto;
}
select {
    border: none;
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
}
#writeBox {
    position: relative;
    top: 180px;
}
.label {
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    text-decoration: none;
    line-height: 21px;
    padding-left: 100px;
}
#questionText {
    text-decoration: underline;
    padding-bottom: 30px;
    background-color: white;
}
a {
	font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
	color: #00000050;
    text-decoration-line: none;
}
a:hover {
    text-decoration-line: underline;
    color: black;
}
#firstarea {
    margin-bottom: 120px;
    height: auto;
}
form input {
    resize: none;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.382);
    letter-spacing: -0.4px;
    text-align: left;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
}
.answerItem {
    margin-bottom: 30px;
}
#answerImage {
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.382);
}
#textbox {
    width: auto;
    height: auto;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}
textarea {
    resize: none;
    width: 100%;
    height: 140px;
    overflow: scroll;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    font-size: 1em;
    line-height: 1.8em;
    color: rgb(0, 0, 0);
    letter-spacing: -0.4px;
    text-align: left;
}
textarea:focus {
    outline: none;
    box-shadow: none;
    color: black;
}
span {
    color: rgba(0, 0, 0, 0.382);
    padding: 0;
    margin: 0;
    float: right;
}
button {
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    padding: 0;
    margin: 0;
    visibility: visible;
}
button:hover {
    cursor: pointer;
    color: gray;
}
#formBottom {
    position: relative;
    padding-bottom: 50px;
}
#answersBox {
    position: relative;
}
#answersList {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
    font-family: "Google Sans Code", "Gulim", "AppleGothic", sans-serif;
    letter-spacing: -0.4px;
    line-height: 21px;
    padding-right: 10px;
}
.answerMeta {
    font-size: 0.8em;
}
.answerText {
    padding-left: 100px;
}
img {
	max-width: 70%;
    padding-top: 12px;
    padding-left: 100px;
}