* {
    font-family: shabnam;
}

body {
    margin: 0;
    background-color: #1C1B2A;
}

a {
    text-decoration: none;
}

.main-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100vh;
    gap: 30px;
}

.text-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #2D1E2F;
}

.text {
    color: #fff;
}

.items {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    width: 100%;
}

.item {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    direction: rtl;
    border-radius: 10px;
    gap: 9px;
    border: 1px solid #B57BA6;
    padding: 10px 6px;
    background-color: #5B3B5E ;
}

.item img {
    width: 100%;
    height: 250px;
    border-radius: 9px;
}

.name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    color: #fff;
}

.age {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    color: #fff;
}

.status {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    color: #fff;
}

.button-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.button {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #B57BA6 ;
    background-color: #7E5A9B  ;
}

