html,
body,
#root {
  height: 100%;
}

.rightimg {
    float: right; /* Выравнивание по правому краю */
    margin: 10px 10px 10px 10px; /* Отступы вокруг картинки */
}



.frame {
    border: 1px solid #4169eb;
}

.scale {
    transition: all 0.5s ease-in-out; /* Время эффекта */
    margin: 0 auto;
}

    .scale:hover {
		position: relative;
		z-index: 3000;
        transform: translate(-320%, -50px) scale(8); /* Увеличиваем масштаб */
    }

.zoom {
    cursor: zoom-in;
}

.newsBold {
    color: #4169eb;
    font-weight:bold;
}
.newsRightImage {
    height: 60px;
}
.newsWithImage {
    display:flex; 
    width:100%; 
    justify-content:space-between; 
    align-items: center;
}
