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, sans serif;
    font-size: 60px;
    text-align: center;
}

.billede-container2 {
    text-align: center;
}

.udstilling-beskrivelse {
font-family: Calibri, sans serif;
    font-size: 30px;
    text-align: center;
}

h3 {
    font-family: Calibri, sans-serif;
    font-size: 30px;
    margin-bottom: 5px;
}

.listeliste {background-color: #A63535;
color: white;
text-align: center;
    font-size: 30px;
    line-height: 2.5;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

li {
    color: #ffffff;
}

h3
{
    font-size: 50px;
text-align: center;
    margin-top: 100px;
}

li:hover
{
    cursor: pointer;
    opacity: 0.5;
}

li:active
{
    opacity: 0.3;
}


.billede-container-sidste
{
    text-align: center;
}
