body {
    background-image: url('Desktop hintergrud.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;

}

h1 {
    color: black;
    font-family: Arial, sans-serif;
    text-align: center;
}

p {
    color: black;
    font-family: Arial, sans-serif;
    text-align: center;
}

img {
    display: block;
    margin: auto;
}

img {
    display: block;
    margin: 80px;
}

.custom-image {
    position: absolute; /* Allows precise control */
    top: 100px; /* Moves it down 100px from the top */
    left: 50px; /* Moves it right 50px from the left */
}

.content {
    background: lightyellow;
    padding: 20px; /* Space inside the box */
    border-radius: 10px; /* Rounded corners */
    width: 50%; /* Not too wide */
    margin: 50px auto; /* Centers the box */
    text-align: center; /* Centers text */
}

.nav-bar {
    background: lightyellow;
    padding: 20px; /* Space inside the box */
    border-radius: 10px; /* Rounded corners */
    width: 20%; /* Not too wide */
    margin: 50px auto; /* Centers the box */
    text-align: center; /* Centers text */
}