body{
     margin: 0;
    background-color: #a87a6e;
    color: #3a2c28;
    height: 900px;
}
nav {
    background-color: #c2a67f;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 16px;
    margin: 0 auto 20px;
    max-width: 960px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
a {
    background-color: #bb7c5a;
    color: #f5f1e9;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 20px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin: 6px;
}
a:hover {
    background-color: #a8683e;
}
.midstil {
    width: 80%;
    margin: auto; 
}
.content-box {
    background-color: #b89a93;
    width: 300px;
    height: 200px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: black;
    margin: 140px 40px 40px 40px;
}
.Overskrift {
    font-family: 'Bangers', cursive;
    font-size: 28px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}