body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.kapsayici {
    width: 700px;
    background-color: #d3d3d3;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.kutu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.foto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.kutu p {
    margin: 0 15px;
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.link {
    color: rgb(255, 0, 0);
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: blue;
}
