* {
    font-family: 'DM Sans';
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

/* Header CSS */
header {
    background-color: white;
    color: white;
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    z-index: 1;
}

.header-title {
    height: 80px;
    display: static;
    align-items: center;
    padding: 0;
    vertical-align: center;
}

.header-title img {
    float: left;
    width:200px;
}


/* Body */
.content {
    height: 100%;
    width: 80%;
    background-color: rgb(251, 251, 252);
    padding-left: 10%;
    padding-right: 10%;
}

.status-title {
    align-items: center;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.description {
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
    margin-left: 10%;
    margin-right:10%
}

.status-container {
    column-count: 2;
}

.card {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: white;
    height: 40px;
    break-inside: avoid;
}

/* Add some padding inside the card container */
.service-container {
    position: relative;
    width:100%;
    height:40px;
    align-items: center;
    display:flex;
}

.service-status-icon {
    display:flex;
    align-items: center;
    padding-left: 15px;
}

.service-name {
    padding-left: 15px;
}
