

h1 {
  font-family: "Lucida Bright";  /* für eine dicktengleiche Schrift */
  color: white;
}

h99 {
  font-family: "Lucida Bright";  /* für eine dicktengleiche Schrift */
  font-size: 32px;
  color: black;
}
 
h98 {
  font-family: "Lucida Bright";  /* für eine dicktengleiche Schrift */
  font-size: 22px;
  color: black;
}

  .myDivBody {
    border: none;
    text-align: ;
    margin: 0 auto;
    height:100%;
    width: 60%;
  }

#btHochladen 
    {
        margin: 5px;
        padding: 50px 200px;
        font-family: "Lucida Bright";
        font-size: 20px;
        background-color: #5A7447;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.5s ease;
    }

    #btHochladen:hover
    {
        background-color: white;
        color: black;
        transform: scale(1.05);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-color: black;
    }

    #btGalerie 
    {
        margin: 5px;
        padding: 50px 200px;
        font-family: "Lucida Bright";
        font-size: 20px;
        background-color: #5A7447;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    #btGalerie:hover
    {
        background-color: white;
        color: black;
        transform: scale(1.05);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-color: black;
    }