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

logo {
    /*width: 30%;*/
    /*height: 600px;*/
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    /*height: 50%;*/
}

.centerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/*.verticalcenter {*/
/*    display: table-cell;*/
/*    height: 500px;*/
/*    vertical-align: middle;*/
/*}*/
/*.aligncenter {*/
/*    text-align: center;*/
/*}*/

/*.center {*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    !*width: 50%;*!*/
/*    height: 50%;*/
/*}*/