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: 18px;
    text-decoration: none;
}

h1 {
    margin-top: 50px;
    text-align: center;
    font-family: Calibri, sans serif;
    font-size: 60px;
    border: 5px solid red;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
}

.forside-beskrivelse {
    text-align: center;
    font-size: 30px;
    font-family: Calibri, sans serif;
}

h2 {
    font-family: Calibri, sans serif;
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
}

.messe-beskrivelse {
    font-family: Calibri, sans serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.billede-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}



.learn-button {
    text-align: center;
    font-family: Calibri, sans serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: 2px;
}