body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 125%;
    color: #140086;
}

h1 {
    font-size: 250%;
    color: white;
}

.sticky {
    position: sticky;
    top: 0;
    padding: 3px 5px;
    background: #1800a1;
    color: #f1f1f1;
    border-radius: 10px;
  }

.header {
    background: #140086;
    padding: 7px 10px;
    border-radius: 10px;
}

hr {
    border-top: 5px dotted #140086;
}

button {
    font-size: 200%;
    border-radius: 10px;
    border: none;
    background-color:#1800a1;
    color: white;
    padding: 5px 5px;
    transition: font-size 0.3s ease; /* Übergang für die Schriftgröße */
}

button:hover {
    font-size: 250%;
    background-color: #2100db;
    border: 1px;
}

.small_img {

    size: 50%;

}

.legal {

    font-size: 50%;

}