html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.99) 100%), url('https://samvannoord.nl/styling/images/background.jpg');
    background-repeat: no-repeat;
}

#swagger-ui-body{
    width: 80%;
    border-width: 1px;
    border-color: black;
    margin: auto;
}
#swagger-ui{
    background: #fafafa;
}