body {
	background-image: url(../img/tokyo.jpg);
	height: 100px;
	background-size: cover;
	background-position: 50% 50%;
	font-family: verdana, sans-serif;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}

header {
	text-align: right;
	padding: 10px;
	margin-bottom: 60px;
}

.rer {
	border-bottom: 4px solid royalblue;
	background-color: rgba(255, 255, 255, 0.75);
	color: #000000;
}

.wor h1,
.wor h2,
.wor p {
	text-align: center;
}

.icon {
	border-radius: 90%;
	border: 5px solid pink;
}

.wor {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 2em;
	border: dotted 5px #CCA99D;
	background-color: rgba(255, 255, 255, 0.75);
	color: #000000;
}


.wor2 {

	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-color: rgba(255, 255, 255, 0.75);
	color: #000000;

}


header ul {
	list-style-type: none;
	padding-left: 0px;
}

header li {
	display: inline-block;
	padding-top: 4px;
	padding-left: : 8px;
	padding-right: : 8px;
	padding-bottom: : 4px;
	font-size: 18px;
}

header a {
	text-decoration: none;
	color: inherit;
}

header a:hover {
	color: royalblue;
}

footer {
	width: 500px margin;
	0 auto 10px;
}

footer li>a:hover {
	opacity: 0.6;
}

footer p {
	color: lightgray;
	font-size: 14px;
	text-align: right;
}

.my-table {
	border-collapse: collapse;
	margin: 0 auto;
}

.my-table th {
	background-color: rgb(126, 255, 178);
}

.my-table td {
	border: 1px solid #999;
	text-align: center;
}

