body{
    background-color: black;
    color: white;
    margin: 0;
}

nav{
    display: flex;
    align-items: center;
    background-color: black;
    position: fixed;
    width: 100%;
}

.loga {
    width: 200px;
}

.intro-image {
    margin-top: 20px;
    width: 1250px;
}

.undertext {
    font-size: 16px;
}

.dag {
    font-size: 12px;
}

#nyhet {
    font-size: 24px;
    color: brown;
}

#andrameny {
    font-size: 24;
}

.bulle {
    width: 250px;
}

.kaka {
    width: 250px;
}

.smorgas {
    width: 250px;
}

a {
    text-decoration: none;
    background-color: blue;
    transition: all 0.3s;
    color: white;
    padding: 8px 12px;
    border-radius: 26px;
}

a:hover {
    text-decoration: underline;
    background-color: aqua;
    color: black;
}