*{
    font-family: 'Orbitron', sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
}

/* Hintergrund */
body {
    background-image: url(background.png);
    background-size: cover;
    display: flex;
    justify-content: center;
}
h1{
    color: rgb(221, 73, 5);
    margin: 10;
    justify-self: center;
}
button{
    color: black;
    background-color: brown;
    justify-content: center;
}
.centerbilder
{
    display: grid; 
    grid-template-columns: 1; 
    grid-template-rows: 2;
    place-items: center;
}
.center-container {
    position: absolute;
    margin-top: 230px;

    display: grid;
    grid-template-columns: repeat(5, 200px);
    gap: 60px 10px;

    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
#my-popover::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}
#my-popover {
    background-image: url('Password_Hintergrund.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 500px;
    height: 200px;
    border: none;
}
.popover {
    background-image: url(Password_Hintergrund.png);
}
#my-popover h2,
#my-popover input,
#my-popover button {
    position: relative;
    z-index: 10;
}
