body
{
	font-family: georgia; /*verdana,helvetica; */
	font-size: 16px;
	height: 100vh;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
    background-color: ivory;
    max-width: 60ch;
    margin: auto;
}
header, footer
{
	font-size: 16px;
	height: 10vh;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	padding: 10px;
    color: sienna;
}
main
{
	display: flex;
	flex-direction: column;
	align-items: center;
   	align-content: space-around;
	justify-content: flex-start;
}
section 
{
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
aside
{
	font-size: 12px;
	padding: 10px;
}
pre, code, kbd
{
    font-size: 12px;
    background-color: lightgrey;
}

form
{
    padding-top: 4px;
}
/*

    html {
        font-family: times; 
        font-size: 100%;
        background-color: ivory;
    }

    body {
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column; 
        margin-left: 10%;
        margin-right: 10%;
        max-width: 1200px;
        justify-content: center;
        align-items: center;
    }
*/
.paratop
{
    color: sienna;
}

    .title {
        color: sienna;
        text-align: center;
    }

    .pic {
      margin: 10px;
      border-radius: 10px;
      max-width: 100%;
      height: auto;
    }

    ul {
    margin: 10px 10px 10px 10px;
    }

    li {
        margin-bottom: 10px;
    }

    aside {
        font-style: italic;
    }

    .wh {
        font-weight: bold;
        color: sienna;
    }

    .footer {
        font-size: 80%;
        text-align: center;
    }

    form {
        display: inline;
    }
/*
    button, input, select, textarea {
        font-family : inherit;
        font-size   : 80%;
    }
*/  
    nav {
        padding: 10px;
        text-align: center;
    }
    .button {
        display: inline-block;
        text-decoration: none;
		font-weight: bold; 
        border-radius: 5px;
        border: 1px solid black;
        padding: 10px;
		background-color: green;
        color: white;
    }
