#ulotkaSite {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000000;
    background-color: rgba(0, 0, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center
}

#ulotka {
    width: 45%;
    margin: 10px
}

#ulotkaImg {}

#ulotkaImg img {
    width: 100%;
    border-radius: 7px;
    border: 2px solid goldenrod;
    padding: 2px
}
