body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url('../img/symbols_tiling.svg');
    background-repeat: repeat;
    background-size: 456px 456px;
}

.warning-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
