 body {
     background-color: deeppink;
 }
 [input=button] {
     border: 1px solid black;
     text-align: center;
 }
 h1 {
     text-align: center;
     color: orange;
 }
 div {
     border: 1px solid black;
     color: lightseagreen;
     background: linear-gradient(45deg, #fad0c4, #ff9a9e);
     width: 100%; /* Ширина блока */
     height: 200px; /* Высота блока */
 }
 body {
     text-align: center;
 }
 #images {
     display: flex;
     justify-content: center;
     gap: 10px;
     margin-top: 20px;
 }
 #images img {
     width: 150px;
     cursor: pointer;
     position: relative;
 }
 #text {
     display: none;
     margin-top: 20px;
     font-size: 20px;
     color: black;
 }