* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.dummy-view {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(74, 159, 219, 1);
    background-image: radial-gradient(circle, rgb(198, 231, 253) 13%, rgba(74, 159, 219, 1) 100%);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
}

.dummy-view__image {
    max-width: 100%;
    user-select: none;
    pointer-events: none;
}
