
body {
    /* width: 1440px; */
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: hsl(229, 23%, 23%);
    width: 100%;
    height: 100vh;
    background:
        url(images/bg-pattern-top.svg) no-repeat,
        url(images/bg-pattern-bottom.svg) no-repeat center top;
    background-position: bottom 50vh right 50vw, top 50vh left 48vw;
    background-color: hsl(185, 75%, 39%);
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

/* карточка */
.card {
    width: 350px;
    height: 380px;
    margin: 10vh auto;
    background-color: white;
    border-radius: 20px;
    text-align: center;

}
.imageCard {
    border-radius: 20px 20px 0 0;
    height: 140px;
    border-spacing: 0px;
    border-collapse: collapse;
}
.patternCard {
    height: 90px;
}
.imageUser {
    background-color: white;
    border: 5px solid white;
    border-radius: 50%;
}
.userName {
    white-space: nowrap;
}
table, th, td {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.userInfo {
    border-spacing: 0 50px;
    display: flex;
    margin: 20px 100px 10px ;
}
.userAge {
    flex-grow: 1;
    margin-right: 10px;
    font-weight: 400;
    color: hsl(227, 10%, 46%)
}
.city {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    color: hsl(227, 10%, 46%);

}
.infoFollowers {
    border-top: 1px solid hsl(227, 10%, 46%, .1);
    padding: 25px 40px;
}

span {
    font-size: 10px;
    color: hsl(227, 10%, 46%);
    font-weight: 400;
}