body {
    background-color: #000;
    font-family: 'Signika Negative', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, span, i {
    color: #fff;
}

a:hover, a:focus {
    color: #fff;
}

h1 {
    font-family: 'Bangers', cursive;
}

.container {
    padding: 0 20px;
}

.row {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #000;
}

head {
    display: block;
    position: relative;
    width: 200px;
    margin: 70px auto 70px;
    -webkit-animation: shvr 0.2s infinite;
    animation: shvr 0.2s infinite;
}

head::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 30px;
    left: 25px;
    border-radius: 50%;
    -webkit-box-shadow: 125px 0 0 #000;
    box-shadow: 125px 0 0 #000;
    -webkit-animation: eye 2.5s infinite;
    animation: eye 2.5s infinite;
}

meta {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 75px;
    height: 80px;
    border-radius: 50% 50% 50% 50%/45px 45px 45% 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

meta::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 70px;
    height: 50px;
    left: 0px;
    bottom: -10px;
    border-radius: 50%;
}

meta::before {
    bottom: auto;
    top: -100px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
}

meta:nth-of-type(2) {
    float: right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

meta:nth-of-type(2)::after {
    left: 5px;
}

meta:nth-of-type(3) {
    display: none;
}

@-webkit-keyframes eye {
    0%, 30%, 55%, 90%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10%, 25% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    65% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    80% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
}

@keyframes eye {
    0%, 30%, 55%, 90%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10%, 25% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    65% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    80% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
}

@-webkit-keyframes shvr {
    0% {
        -webkit-transform: translate(1px, 1em);
        transform: translate(1px, 1em);
    }
    50% {
        -webkit-transform: translate(0, 1em);
        transform: translate(0, 1em);
    }
    100% {
        -webkit-transform: translate(-1px, 1em);
        transform: translate(-1px, 1em);
    }
}

@keyframes shvr {
    0% {
        -webkit-transform: translate(1px, 1em);
        transform: translate(1px, 1em);
    }
    50% {
        -webkit-transform: translate(0, 1em);
        transform: translate(0, 1em);
    }
    100% {
        -webkit-transform: translate(-1px, 1em);
        transform: translate(-1px, 1em);
    }
}

@-webkit-keyframes text-show {
    to {
        text-indent: -373px;
    }
}

@keyframes text-show {
    to {
        text-indent: -373px;
    }
}
