/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#main-content{
  word-break: keep-all;    /* No cortar palabras */
  overflow-wrap: normal;   /* No dividir palabras largas */
  white-space: normal;     /* Mantener saltos de línea naturales */
  hyphens: none;           /* Desactivar guiones automáticos */
  background:#d4d6d7;　/*色の変更はここ */
  height: 100vh;
}