body {
    background-color: rgb(180,180,180);
    font-family: calibri, sans-serif;
}
.search {
    position: absolute;
    top: 10px;
    right: 20px;
}

.logo {
    max-width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

ul {
    background-color: #31A6EA;
    margin-left: 100px;
    box-sizing: border-box;
    list-style-type: none;
    color: white;
    padding-top: 21px;
    padding-bottom: 22px;
}
.navigationsbar ul {
    display: flex;
    gap: 70px;
    margin-top: 45px;
    text-decoration: none;
}

    h1
    {text-align: center;
        background-color: white;
        border: solid red 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 40px;
}

    .førstebeskrivelse {
        text-align: center;
        font-size: 20px;
        background-color: #A63535;
        border-radius: 10px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h2 {
        text-align: center;
    margin-top: 100px;
        font-size: 30px;
    }

    .lister {
        text-align: center;
        color: blue;
        text-decoration: underline;
        font-size: 20px;
        background-color: #bababa;
        line-height: 50px;
    }

    .togtogdiv {text-align: center;}