header:before {
    content: "";
    background-color: #202A54;
    height: 70px;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

body {
    font-family: 'Open Sans', sans-serif;
}

header #logo img {
    height: 50px;
    background-color: #202A54;
}

#swagger-ui.api-platform .info .title {
    color: #202A54;
}

.swagger-ui .btn.authorize {
    background-color: transparent;
    border-color: #202A54;
    color: #202A54;
    display: inline;
    line-height: 1;
}
