﻿.container {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
}

    .container img {
        max-width: 100%;
        max-height: 100%;
    }

body {
    background: #085380;
}

span {
    color: #ffffff;
    font-size: 12px;
    bottom: 5px;
    text-align: center;
    font-family: 'Roboto', sans-serif
}

a {
    color: #ffffff;
    text-decoration: none;
}


.fa {
    color: #e90606;
    margin: 0 3px;
    font-size: 10px;
    animation: pound .35s infinite alternate;
    -webkit-animation: pound .35s infinite alternate;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
