*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'bebas neue';
    src: url('/fonts/BebasNeue-Regular.ttf') format('woff');
}

h1 {
    text-align: center;
    color: #314397;
    font-size: 3.3rem;
    margin: 40px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    color: #314397;
    margin: 0 0 10px 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
}

.info {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    text-align: justify;
}

article {
    width: 50%;
    padding-right: 30px;
    padding-left: 120px;
    line-height: 1.9;
    font-size: 1.2rem;
}

article p {
    margin-bottom: 20px;
}

.billede-container {
    width: 50%;
    position: relative;
    
}

.top-billede {
    margin-bottom: 40px;
}

.top-billede img {
    width: 75%;
    height: auto;
    object-fit: cover;
}


.billede-collage {
    position: relative;
    height: 600px;
    width: 1000px;
    margin-left: -480px;
    margin-top: 50px;
}

.oelpaaraekke {
    position: absolute;
    width: 450px;
    left: 0;
    top: 0;
    z-index: 2;
}

.nederstemand {
    position: absolute;
    width: 550px;
    left: 400px;
    top: 200px;
    z-index: 1;
}

