@charset "UTF-8";
/* CSS Document */

body{background-color: #181817;}


.container{text-align: center;}

.align-center{
    width: 250px;
    height: 192px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-125px;/* half width*/
    margin-top:-30px;/* half height*/
}

img{margin-bottom: 20px;}

.white-text{color:#fff; font-family:verdana;}