.navleiste{
    padding: 10px;
    background-color: rgb(0, 0, 0);
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
}
.navleiste a{
    color: aliceblue;
    text-decoration: none;
}