* 
{
    margin: 0px;
    padding: 0px;
}

header 
{
    background-color: #100218;
    padding: 30px;
    display: flex;
    align-items: center;

}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #1C1A1A;
    position: relative;
    filter: brightness(20%);
    
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display:flex;
    align-items: left;
}

nav ul li 
{
    display: inline-table;
    margin: 0 15px;
}

nav ul li a 
{
    color: white;
    text-decoration: none;
    padding: 14px 16px;
    font-weight: bold;
}

.tekstheader a 
{
    color: white;
    text-decoration: none;
    text-align: left;

}

.topopPAO
{
    position: relative;
  text-align: center;
  color: white;
}

.top-rightP
{
    position: absolute;
    right: 480px;
    top: 70px;
    color: white;
    font-size: 25px;
}

.top-rightA
{
    position: absolute;
    right: 380px;
    top: 150px;
    color: white;
    font-size: 25px;
}

.top-rightO
{
    position: absolute;
    right: 290px;
    top: 220px;
    color: white;
    font-size: 25px;
}

.copyrightedit
{
    color: white;
    
}

.socialmedia
{
    color: white;

}

.start
{
    color: white;
    position:absolute;
    top: 1070px; /* Adjust the vertical position */
    left: 50%; /* Adjust the horizontal position */
    transform: translate(-50%, -50%); /* Center the text */
}

.about
{
    color: white;

}

.inhoud
{
    color: white;
    position:absolute;
    top: 60%; /* Adjust this as needed */
    left: 50%;
    transform: translate(-50%, -50%);
}
.backgroundabout
{
    background-color: #565050;
    color: white;
    width: 40;
    height: 50%;
}
section
{
    background-color: #282727;
}