h1 {
	text-align: center;
    margin-top: 70px;
    color: white;
    background: url(/dis/fon_h.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.first_best img {
    border: 2px solid rgb(126, 126, 126); /* Рамка вокруг фотографии */
    padding: 10px; /* Расстояние от картинки до рамки */
    background: #ffffff; /* Цвет фона */
    margin-right: 30px; /* Отступ справа */
    margin-left: 50px;
    margin-bottom: 10px; /* Отступ снизу */
    margin-top: 30px;
    transition: 1s; /* Время эффекта */
    width: 300px;
}

/*.obertka{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 500px;
    height: 500px;
}*/


.first_best img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}

.picplace {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(9, 9, 9, 0.904);
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

.picplace img {
    max-width: 90%;
    max-height: 90%;
    border: solid rgb(255, 255, 255) 6px;
}

div#big_pic.picplace {
    z-index: 10000;
}
