body {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

main {
    font-style: italic;
    text-align: center;
    font-size: 42px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 629px;
    height: 397px;
    margin: auto;
    display: flex;
    align-items: flex-end;
}

main > div {
    margin: 0px auto;
    text-shadow: 3px 3px 9px #ffffff40;
}