body {
    background: darkblue;
}

div.centered {
    width: 300px;
    height: 350px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img.logo {
    width: 300px;
}