body {
    background: black;
    margin: 0;
    height: 100vh;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    color: #00ff00; 
    font-family: monospace;
    justify-content: flex-start; 
    padding-top: 1px; 
}

img {
    max-width: 100%; 
    padding-bottom: 30px;
}
.lain-wrapper {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease; 
}

.lain-wrapper:active {
    transform: scale(0.98); 

.lain-wrapper img {
    max-width: 300px; 
    height: auto;
    display: block;

}
