@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;800&display=swap');


header {background:#FFF;}
body {
    margin-top: 0px;
    padding-top: 0px !important;
}
header .navigation, input[type=submit], button, .button {
    background: #2d0569;
}
.navigation {
    margin-top: 0px !important;
}

h1 {    text-transform: uppercase; font-weight: 900;}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Montserrat', sans-serif;
}

input[type=submit].small, button.small, .button.small {
    padding: 0.8rem 2.5rem;
    border-radius: 3px;
    transition: all ease 300ms;
}

input[type=submit].small:hover, button.small:hover, .button.small:hover {
    padding: 0.8rem 2.5rem;
}

table.overview tbody tr.main-row {
    background: black;
    color: #FFF;
}

table.overview tbody tr.main-row:nth-child(even) {
    background: #444444;
    color: #FFF;
}.response td.external-link:nth-child(7) {
    filter: invert(1);
}