@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900');
body {
font-family: 'Inter', 'Arial';
}

.layout-content.status .masthead-container.basic {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
    background: #45095A;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

 .container {
    width: 80%;
    max-width: 850px;
}

.layout-content.status .masthead-container.basic .masthead {
    padding-top: 10px;
}