* {
    margin: 0;
    padding: 0;
}
html{
    background-color:#111;
    color: #DDD;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.columnBlock{
    display: block;
    clear: both;
}
#headshot{
    opacity: 80%;
    width: 20%;
    float: left;
    margin-right: 0.5em;
}
#asideHeadshot{
    width: 70%;
    float: left;
}
.footer{
    background-color: #000;
    float: left;
    position: sticky;
    bottom: 0;
    left: 0;
    width : 100%;
    padding:0;
    margin-top: 1px;
    display: block;
}
aside{
    color: blue;
    font-size: 70%;
}
#wip{
    font-size: 120%;
}
#pages{
    width: 95%;
    float: left;
    margin-bottom: 1px;
    padding-left: 0.5em;
}
#pages a:link{
    clear: left;
    float: left;
    color: aquamarine;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
}
#pages a:visited{
    text-decoration: underline;
}
#pages a:hover{
    color: aqua;
    background-color: #222;
}
#footBar{
    background-color: #AAA;
    padding-top: 1px;
    height: 5px;
    width: 100%;
}
#friend a{
    padding-right: 0.5em;
    float: right;
    color: yellow;
}
#friend a:hover{
    background-color: #222;
}
#friend a:visited{
    text-decoration: underline;
}
h1{
    display: flex;
}
#footpad{
    margin-bottom: 10em;
    float: left;
    width: 100%;
    height: 5em;
}
.img {
    width: 100%;
    max-width: 300px;
    min-width: 150px;
    height: auto;
    border-radius: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 1em;
}