
.two-column-grid {
    display: grid;
    grid-template-columns: auto auto;
#    background-color: #2196F3;
    padding: 10px;
}

.two-column-grid-item {
#    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}


header {
#  position: fixed;
#  left: 0;
#  bottom: 0;
  width: 100%;
#  background-color: blue;
#  color: green;
  text-align: center;
}

footer {
#  position: fixed;
#  left: 0;
#  bottom: 0;
  width: 100%;
#  background-color: blue;
#  color: green;
  text-align: center;
}

.mystuff {
    text-align: left;
    font-size: 0.75em;
    font-style: italic;
}

.frame {
    border: 3px solid #ccc;
    background: #eee;
    margin: auto;
    padding: 15px 10px;
}

img {
    display: block
    float: none;
#    height: 100px;
#    width: 100px;
    text-align: left
}

ol, ul {
    margin: 0;
    padding: 0 0 0 2em;
}

ol li {
#    display: block;
#    float: left;
#    line-height: 40px;
#    margin: 0 10px 0 0;
#     margin-top: 10px;
}

ul li {
    list-style-type: none;
#    display: block;
#    float: left;
#    line-height: 40px;
#    margin: 0 10px 0 0;
#    margin-top: 50px;
}

.image {
#    display: flex;
    justify-content: left;
    align-items: left;
}

figure {
    margin: 0;
}

figure figcaption {
#    position: absolute;
    text-align: left;
    top: 1em;
    left: 1em;
#    bottom: 5em;
    background-color: #fff;
    padding: 0.25em;
#    padding: 1em;
    font-size: 10;
}

table, th, td {
    border: 1px solid;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #04AA6D;
    color: white;
}

td {
    text-align: center;
}

th, td {
    padding: 5px;
}


tr:nth-child(even) {
    background-color: #F2F2F2;
}

caption {
    padding: 0.25em;
    caption-side: bottom;
    font-size: 10;
    text-align: left;
    top: 1em;
    left: 1em;
}
