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;
    margin-top: 75px;
}

.oplysninger {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}


.alle-info {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

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

.togtogtogdiv {
    text-align: center;
}