* {
    outline: none;
}

html,
body {
    width: 100%;
    background: #444;
    font-family: 'Microsoft YaHei', arial;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: inherit;
}

header {
    padding: 1em;
    color: #fff;
    position: relative;
    width: 100%;
    background: #000;
    height: 68px;
}

#home {
    font-size: 2.2em;
    position: absolute;
    right: 0;
    left: 20px;
    top: 34px;
    width: 30px;
    transform: translateY(-50%);
}

#header-text {
    position: absolute;
    margin: 0;
    font-size: 10em;
    opacity: 0.1;
    color: floralwhite;
    font-weight: 900;
    transform: translate(0%, -32%);
}

main {
    position: relative;
    width: 100%;
    z-index: 3;
    min-height: 100vh;
    background: #444;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

figure {
        background: #eaeaea;
    color: #06b;
    width: 158px;
    height: 110px;
    top: 40px;
    font-size: 1em;
    position: relative;
    padding: 10px;
    margin: 50px 45px;
}

figure:before,
figure:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    transform: scale(6);
    z-index: -1;
}

figure:before {
    background: #fff;
    border-color: #06b;
    border-style: solid;
    border-width: 14px 3px 1px 3px;
    border-radius: 2px;
    height: 32px;
    left: 64px;
    top: 0;
    width: 32px;
}

figure:after {
        background: #06b;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 2px 1px 8px;
    height: 10px;
    left: 64px;
    top: -55px;
    width: 14px;
}

figure.small {
    border-radius: 4px;
    font-size: 16px;
    padding: 3px 8px 3px 32px;
}

figure.small:before {
    border-width: 7px 2px 1px;
    border-radius: 1px;
    height: 16px;
    left: 8px;
    top: 5px;
    width: 16px;
}

figure.small:after {
    border-width: 1px 1px 1px 4px;
    height: 5px;
    left: 13px;
    top: 5px;
    width: 7px;
}

figcaption {
    font-size: 18px;
    font-weight: 900;
}

footer {
    position: fixed;
    bottom: 0;
    z-index: 9;
    text-align: right;
    background: #111;
    width: 100%;
}

footer .copyright {
    display: inline-block;
    font-size: 10px;
    color: lightgrey;
    word-spacing: 1px;
    line-height: 15px;
    padding: 0 6px;
}

footer #mail-icon {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 6px;
    color: #fff;
}
