/* main */
main img {
    max-width: 38%;
    margin: 0 5% 0 5%;
    aspect-ratio: 1;
}

#boksNyheder {

    width: 95%;
    height: 60px;
    background-color: #D49E7E;
    margin: 25px 10px 20px 10px;
    font-size: 18pt;
    color: white;
    text-align: center;
    line-height: 60px;
}

h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 25px;
}

hr {
    border: 1px solid #9F9F79;
    margin-bottom: 10px;
}

#produktbox3 img {
    aspect-ratio: 0.666; /* bredde divideret med højde: 800 / 1200 = 0.666 */
}
