

body {
    font-family: Arial, sans-serif;
    background-color: #917ddb;
    color: #333;
    margin: 0;
    padding: 20px;
    text-align: center;
  }

  .background_image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .container {
    max-width: 800px;
    margin: 0 auto;
   /* background-image: src="Bilder\Bild.jpg" alt="My Bild";*/
    background-color: #faeff7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  h1 {
    color: #51287a; /* Violett */
    text-align: center;
  }
  h2 {
    color: #3366ff; /* Blau */
  }
  img {
    max-width: 50%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .navigation {
    background-color: aqua;
    position: absolute;
    right:32px;
    top: 16px;

  }
  .contact {
    margin-top: 30px;
    color: #663399; /* Violett */
  }
  p {
    font-family: verdana;
    font-size: 20px;
  } 
  .links img {
   height: 5%;
   width: 4%;
  }

  

  /*
  body {
      background-color: rgb(128, 62, 158);
    }
    
    h1 {
      color: white;
      text-align: center;
    }
    
    p {
      font-family: verdana;
      font-size: 20px;
    } 
      */