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{
    font-family: Calibri;
    padding: 10px;
    display: inline-block;
    background-color: white;
    color: black;
    border: 3px solid red; /* Rød kant */
    display: flex;
    justify-content: center; /* Centrerer horisontalt */
    align-items: flex-start; /* Placerer elementet øverst */
}


.boks1{
    text-align: center;
    font-family: Calibri;
    font-size: 20px;
    line-height: 1.3;
}

.billeder{
display: flex;
flex-direction: column;  /* Sørger for, at billederne er stablet under hinanden */
justify-content: center; /* Centrerer vertikalt */
align-items: center;     /* Centrerer horisontalt */
min-height: 100vh;       /* Sørger for, at body fylder hele skærmens højde */
margin: 0;               /* Fjerner standard margin */
}
