/* style.css */

body, html {
	margin: 40px auto;
	max-width: 720px;
	line-height: 1.6;
	font-size: 16px;
	color: blue;
	padding:0 10px;
	font-family: serif;
}

h1, h2, h3 {line-height:1.2;}

th,td { font-family: monospace;
	padding:0.1em 0.2em 0.1em;
}

th {
	text-align:left;
	background: Blue;
	border-bottom: 0.1em solid Blue;
}

th a, th a:active, th a:visited, th a:hover {
	color: white;
}

#list {
	border-radius: 0.3em;
	border: 0.1em solid Blue;
	width: 100%;
}

 a, a:active, a:visited, a:hover {
	color: Blue;
	text-decoration: none;
}

p {
	max-width: 650px;
	font-family: serif;
	color: #444;
	margin: 1em;
}

/* images */

div.container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    width: 100%;
    align-items: stretch;
}

div.img {
    width: 32%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

div.img-center {
	width: 50%;
	margin: auto;
}

img {
    width: 100%;
    margin: auto;
}

/* lists */
ul {
	font-family: serif;
        color: black; 
}

/* footer */

div.footer {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 20px;
}
div.footer a {
	text-decoration: underline;
}
