body{
    background-color: rgb(0, 0, 0);
    color: greenyellow;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px;
}



button {
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 20px;
    background-color: azure;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: lightblue;
   
}

img {
    margin-top: 20px;
    width: 200px;
    height: auto;
}

.Versarscht {
    font-size: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

