body {
    margin: 0;
    background: #07111f;
}

.splash-image {
    display: block;
    width: min(75%, 1400px);
    height: auto;
    margin: 60px auto;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.45);
}