body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    margin: 0;
    background-color: #041421;
    overflow: hidden;
}

.centered-svg {
    max-width: 512px;
    height: auto;
}

