.circles-wrapper {
    display: block;
    text-align: center;
}

.circle-wrapper {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    box-shadow: 0 0 5px grey;
    border-radius: 10px;
    padding: 20px;
    max-width: 85%;
    position: relative;
}

.circle-name {
    font-weight: normal;
    font-size: 2rem;
    padding-bottom: 10px;
}

.circle-description {
    color: rgb(50, 50, 50);
    padding-bottom: 20px;
}

.circle-member-wrapper {
    padding: 5px;
    text-align: left;
}

.circle-member-admin {
    font-size: 0.8rem;
    color: rgb(80, 80, 80);
}

.circle-member {
    margin: 5px 0;
}

.circle-member-title {
    font-weight: normal;
    font-size: 1.3rem;
    text-decoration: underline;
}

.invite-code {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.circle-delete-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}