/* CSS Document*/
 body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #F0F2F5;
    }

    header {
      background-color: #4A6D8C;
      color: white;
      padding: 1.5rem;
      text-align: center;
      position: relative;
    }
    main {
      padding: 2rem;
      transition: margin-right 0.3s;
    }

    .card {
      background-color: white;
      border: 1px solid #C0C0C0;
      border-radius: 8px;
      padding: 2rem;
      max-width: 950px;
      margin: 0 auto;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		color: black;
    }
.bild{
	position:absolute;
	top: 32rem;
	right: 22rem;
	width:30%;
	max-width:250px;
	height:20%;
	max-height:160px;
}

    footer {
      text-align: center;
      padding: 1rem;
      background-color: #4A6D8C;
      color: white;
      margin-top: 2rem;
		left: -2rem;
		margin-bottom: 1rem;
    }