* {
    margin: 0px;
    padding: 0px;
}
.bilgi {
    display: flex;
    background-color: #ddd;
    height: 200px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    justify-content: center;
    align-items: center;
}
.res{
    height: 200px;
    width: 200px;
}

