@charset "utf-8";

.question {
cursor: pointer;
}
.question:hover {
text-decoration: none;
}
.answer {
display: none;
}
