body {
    background: url("images/body-bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Signika, raleway*/
.main-block {
    margin-top: 10%;
    text-align: center;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.94;
}

.header-block {
    margin: 10px 5px 5px 5px;
    color: #F0F0F0;
    background: url("images/bar-1.jpg");
    width: 490px;
    height: 360px;
}

a {
    color: #F0F0F0;
    margin: 5px 5px 5px 5px;
    box-sizing : border-box;
    background: url("images/bar-1.jpg");
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: -20px;
}

img {
  margin: 10px 0 3px 0;
  max-width: 90px;
  max-height: 80px;

}

a:visited {
    color: #F0F0F0;
}

.label {
    font-family: 'Signika', sans-serif;
    line-height: 190px;
    font-size: 5em;
}

.label:after {
    content: '\A';
    white-space: pre;
}

.pre:after {
    content: '\A';
    white-space: pre;
}

#comment {
    font-family: 'Raleway', sans-serif;
    line-height: 230px;
    font-size: 1.5em;
}

/* Grow */
.hvr-grow {
    width: 115px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fadein-2 {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
