*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header{
    background-color:#054A91;
    padding: 15px;
    min-height: 140px;
}
body{
    margin: 0;
    padding: 0;
    background-image: url("../bilder/bakgrunnbibliotek.jpg");
    height: 100vh;
}
nav a{
    padding: 10px;
    margin-left: 15px;
    background-color:#dbe4ee ;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    font-size: 20px;
}
nav a:hover{
    color: blue;
    background-color: #c4ccd4;
}
nav h1{
    margin-left: 15px;
    color: white;
    font-size: 30px;
}
th, td{
    border: solid white 1px;
    min-width: 100px;
    color:black;
    background-color: #DBE4EE;
    font-size: 19px;
    padding: 5px;
    word-wrap: normal;
}
footer{
    height: 50px;
}
th{
    font-size: 25px;
}
td{
    text-align: center;
}
#bordertopleft{
    border-radius: 20px 0px 0px 0px;
    min-width: 130px;
}
#bordertopright{
    border-radius: 0px 20px 0px 0px;
    min-width: 130px;
    padding: 10px;
}
#borderbottomleft{
    border-radius: 0px 0px 0px 20px;
    min-width: 110px;
}
#borderbottomright{
    border-radius: 0px 0px 20px 0px;
    min-width: 110px;
    padding: 8px;
}
button{
    display: flex;
    flex-wrap: wrap;
    font-size: 200%;

}
#arrangementer{
    width: fit-content;
    margin: auto;
    padding-top: 30px;
}
p{
    color: white;
}
.populareboker{
    background-color: #DBE4EE;
    padding: 10px;
    width: 350px;
    height:527px;
    border-radius: 10px;
}
#bokerid{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content:space-around;
    margin-top: 20px;
}
.bildestorrelse{
    width: 350px;
}
