*{
    margin: 0;
    padding: 0;
}

#content {
    width: 70%;
    margin: 0 auto;
}
.head{
    width: 128px;
    height: 128px;
    border-radius: 100px;
}

.lh-40{
    line-height: 40px;
}

.lh-50{
    line-height: 50px;
}

.myicon{
    width: 100px;
    height: 100px;
}

#my a {
    color: rgb(255, 101, 55);
    text-decoration: none;
}

#my a:hover {
    color: rgb(255, 101, 55);
}


#footer {
    position: unset;
}