.header {
    background-color: #354052;
}
header #home {
    position: fixed;
    top: 20px;
    left: 40px;
    z-index: 102;
    transform: translateY(-50%);
}
header #logout {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 102;
    transform: translateY(-50%);
}

header:before {
    background-color: #354052;
    height: 40px;
}

section .models {
    display: none;
}

#swagger-ui.api-platform .wrapper {
    margin-bottom: 20px;
}

#swagger-ui.api-platform .info .title {
    color: #3C5375;
}