body {
    background-color: #0D1B2A;
    color: #a7fb98;;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: orange;
    background-color: transparent;
    text-decoration: none;
}
button{
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    border-color: #CCCCCC;
    border-style: solid;
	font-size: 20px;
}
input{
    border-radius: 20px;
    background-color: #0D1B2A;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    border-color: #CCCCCC;
    border-style: solid;
    font-size:20px;
    background-color: #444444;
    color: rgb(161, 161, 161);
}

h1{
    text-align: center;
    color: #00e078;
}


.overlay {
    display: block; /* Standardmäßig ausgeblendet */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Halbtransparentes Schwarz */
}

.login-form {
    color: #30c944;
}
/* Stil für das Formular */
.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0D1B2A;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Stil für die Schließen-Schaltfläche */
