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: 5px; /* Расстояние от картинки до рамки */
    background: #ffffff; /* Цвет фона */
    margin-bottom: 10px; /* Отступ снизу */
    margin-top: 20px;
    width: 90%;
}

.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;
}
