@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

header {
    background-color: #66019f;
    width: 100%;
    color: white;
    padding: 1em;
    font-weight: 600;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    box-sizing: border-box;
}

input[type="submit"] {
    border: 0;
    padding: 1em;
    background-color: #039ab9;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    margin-top:1em;
    float:right;
}

form {
    width: fit-content;
    height: fit-content;
}

a {
    color: grey;
}

a:visited {
    color:grey;
}

textarea {
    width: 40em;
    background-color: #2a1a40;
    color: white;
    font-family: 'Noto Sans Mono', monospace;
    font-weight: 500;
    border: none;
    padding: 1em;
    border-radius: 5px;
}

h1 {
    font-family: Poppins, sans-serif;
}

.container {
    margin: 5%;
}

#headerlink, #headerlink:visited, #headerlink:hover, #headerlink:active{
    color:white;
    text-decoration: none;
}

table {
    color: #333;
    background: white;
    border: 1px solid grey;
    font-size: 12pt;
    border-collapse: collapse;
}
table thead th,
table tfoot th {
    color: #777;
    background: rgba(0,0,0,.1);
}
table caption {
    padding:.5em;
}
table th,
table td {
    padding: .5em;
    border: 1px solid lightgrey;
}

.result {
    margin-top: 5%;
}

.geschreven_query {
    margin-top: 2%
}

.code {
    padding-top: 1%;
    font-family: 'Noto Sans Mono', monospace;
}