@import url("main.css");
@import url("form.css");
@import url("nav.css");

main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}



/* ****************** RESULT ********************* */
.abfrage {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 200px;
    max-height: 200px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.stick {
    background: var(--gray);
    font-weight: bold;
}
  

