*{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

h1{
    color: deeppink;
}

h2{
    color: rgb(255, 87, 176);
}

.navigation{
    display: flex;
    background-color: deeppink;
}

.navigation li{
    list-style-type: none;
}

.navigation a{
    padding: 15px;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: deeppink;
}

.navigation a:hover, #akt_tab{
    background-color: rgb(255, 87, 176);
}