.main{ width: 100%; /* 幅指定 */ background-color: #6e5a40; /* 背景色指定(黒色) */ text-align: center; /* テキスト表示位置指定(中央寄せ) */ } .text{ font-size:30px; /* 文字サイズ指定 */ color: #fff; /* 色指定(白色) */ } body { background-color: #eae7e7; /* アイボリーの背景色 */ color: #000000; } li { list-style-type: none; }