body {
    font-family: Bevan;
    color: rgb(255, 217, 167);
    background-color: rgb(245, 177, 85);
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    overflow: hidden;
}



header h1 {
    text-align: center;
    font-size: 3em;
}

#logga
{
   width: 240px;
    height: 160px;
    position: absolute;
    top: -10px;
}


details {
    text-align: center;
    background-color: rgb(179, 112, 21);
    /* padding: 10px; */
    border-radius: 12px;
    box-shadow: 2px 3px rgb(223, 148, 48);
    transition: rotate 0.15s;
    height: 30px;
    width: 100%;
    margin-bottom: 50px;
;
}

details:hover
{

    cursor: pointer;
    background-color: rgb(223, 148, 48);
    box-shadow: 2px 3px rgb(179, 112, 21);
}


.footer-container {
    width: 100%;
    background-color: rgb(179, 112, 21);
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: end;
    border-top: solid 10px rgb(223, 148, 48);
    border: 1px black solid;


}

.footer-container a {
    text-decoration: none;
    color: rgb(255, 217, 167);

}

.footer-container a:hover {
    text-decoration: underline;

}
