body {
    background: #f0f1f1 !important;
    margin: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
    'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace !important;
}

div.topbar {
    display: none !important;
}

h2, h3 {
    color: #374151 !important;
}

.opblock.opblock-get .opblock-summary-method {
    background-color: #235e6f !important;
}

.opblock.opblock-post .opblock-summary-method {
    background-color: #0f8a5f !important;
}

.opblock.opblock-delete .opblock-summary-method {
    background-color: #cc231e !important;
}

.information-container {
    background-image: url("logo-white-square.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 20%;
}
