body {
    padding: 32px;
    margin: 0;
    height: 100%;
}

.ms-breadcrumb.ms-background {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-right {
    display: flex;
}

.ms-card {
    display: inline-block;
    /* shrink to image width */
    vertical-align: top;
    border: 1px solid #ccc;
    text-align: left;
    width: 350px;
}

.ms-card button {
    border: 2px solid #373a3f !important;
}

.ms-card-pic img {
    display: block;
    width: auto;
    /* natural width */
    height: auto;
}

/* Make everything else take the image width */
.ms-card-title,
.ms-card-content,
.ms-card-btn {
    width: 100%;
    /* fill card width */
    box-sizing: border-box;
}

/* Wrap text inside the card */
.ms-card-content p {
    word-wrap: break-word;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

h1 {
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 12px;
}

.all-button-container {
    display: flex;
    justify-content: center;
    /* center horizontally */
    margin-top: 24px;
    /* space from cards */
    margin: 0 auto;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 28px;
    padding-bottom: 48px;
}

.all-button {
    width: 350px;
    /* match max container width */
    background-color: #0090ff !important;
    border-color: #0090ff !important;
}