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

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

}

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;

}
.installedit
{
    color:white;
    text-align: center;

}
.aboutinstall
{
    color: white;
    text-align: center;

}