/* Define [1rem => 10px] */
html {
    font-size: 62.5%;
}

.mce-content-body.mceContentBody.webkit.wp-editor {
    background-color: red!;
}

/* Margin under bullet points */
ul {
	margin-bottom: 0.8rem;
}