h2 {
    font-style: bold;
    font-size:xx-large;
    text-decoration: line-through;
    border-style: solid;
    border-color: red;
    text-align: center;
}

header {
    color: red;
    text-shadow: 2px 2px 5px black;
    text-align: left;
}

footer {
    color: blue;
    text-align: end;
    text-shadow: 5px 5px 2px black;
}

.column {
    float: left;
    width: 33%;
    background-color: grey;
    height: 600px;
    border-style: dotted;
}

.column h3 {
    font-style: italic;
    font-size: large;
    text-decoration: underline;
    text-decoration-style: wavy;
}

.column tr td figure {
    height: 100px;
    width: 100px;
}

.column table, th, td{
    border: 1px solid;
}

img {
    width: 200px;
    height: 200px;
}