table {
	width: 100%;
	border-collapse: collapse;
	color: #333; /* 全体の文字色 */
	background-color: #fffaf0; /* 全体の背景色 */
}

th, td {
	padding: 5px 15px;
	border: solid 1px #333; /* 線の種類 太さ 色 */
}

.text-center {
  text-align: center;
}

.example img{
    max-width: 100%;
    height: auto;
}