Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#storyContainer {
	background: #000000eb;
	padding-bottom: 20px;
}

#storyContent {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
}

#storyContent .keyImage { margin-bottom: 8px; }

#storyContent .keyImage img {
	width: 100%;
	height: auto;
}

#storyContent .keyPoint {
	background: white;
    border-radius: 5px;
}

.keyPoint p {
    font-size: 22px;
    padding: 10px 35px;
    font-family: serif;
}

#closeOverlay {
	background: #ffffffdb;
    border-radius: 50px;
    padding: 10px 20px;
    position: fixed;
    right: calc(50vw - 55px);
    bottom: 40px;
    display: flex;
    z-index: 1;
    box-shadow: 1px 4px 16px 0px #00000042;
    border: 1px solid #c1c1c1;
}

#closeOverlay img {
	margin: 0 8px 0 0;
}

#closeOverlay p {
	font-weight: 600;
}