* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgb(249, 253, 255);
}

.collapsible {
    background-color: rgb(250, 255, 254);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    border: solid, black, 2px;
}

.active, .collapsible:hover {
    background-color: rgb(213, 221, 219);
}

.content {
    padding: 40px 20px;
    display: none;
    overflow: hidden;
    background-color: rgb(238, 238, 238);
    border-radius: 5px;
}

.TilgjengBoks {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#TilgjengBoksBunn {
    text-align: center;
    padding: 10px;
    background-color: rgb(250, 255, 254);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: solid, black, 2px;
    margin-top: 80px;
    margin-bottom: 50px;
}

h3 {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;

}

#pToppCont {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 30px;
}

h4 {
    font-size: 16px;
    background-color: rgba(240, 248, 255, 0);
}

a {
    color: black;
    background-color: rgba(250, 255, 254, 0);
}

h1 {
    text-align: center;
    margin-top: 60px;
    color: rgb(167, 167, 167);
    font-size: 40px;
    font-weight: 500;
}

h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
}

p {
    background-color: rgba(240, 248, 255, 0);
}