.banner {
    font-size: 35px;
    font-family: Charlie Display, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;;
}

.status-page {
    display: flex;
    justify-content: center;
}

body {
    /*margin: 0;*/
    background-color: #f5f8fa;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: white;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}

.overview-summary {
    background-color: rgb(61, 167, 81);
    color: white;
    font-size: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.service-title {
    font-size: 20px;
    font-family: Arial;
}

.item-title {
    padding-left: 10px;
    font-family: Arial;
}

.service {
    background-color: rgb(247, 248, 249);
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.service-status-healthy {
    border-radius: 15px;
    color: rgb(36, 114, 52);
    font-size: 13px;
    background-color: rgba(61, 167, 81, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

#page {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}