.peter-img {
    width: 95%;
    max-width: 500px;
    border-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.peter-img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #00ffcc;
}

.peter-text {
    margin-top: 20px;
    color: #ddd;
    font-size: 14px;
    line-height: 1.5em;
}

.peter-link {
    display: inline-block;
    margin-top: 10px;
    color: #00ffcc;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}