*{
    margin: 0;
    padding: 0;
}

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

body {
    font-family: 'bebas neue';
}

.animatic{
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 70%;
    height: auto;
    object-fit: cover;
    margin-left: 15rem;
    padding-top: 3rem;
}



.container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 100px;
    max-width: 2000px;
    margin: 3rem;
    margin-top: 3rem;
}
.oel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1px;
    border-radius: 8px;
}
.oel img {
    width: 100%;
    border-radius: 4px;
    justify-content: center;
}

.oel img:hover {
    transform: scale(1.65);
}
.oel p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;

}


h2{
    color: #314397;
    font-family: 'bebas neue';
    font-size: 2rem;
    text-align: left;
    padding-bottom: 2rem;
    margin-left: 76px;
}

.forsidetekst{
    display: flex; 
    justify-content: flex-start; 
    align-items: flex-start; 
    text-align: justify; 
    line-height: 1.9;
    font-size: 1.2rem; 
    padding: 1rem; 
    width: 35rem;
    margin-left: 60px;
}

.forsidebillede { 
    height: 25rem;
    width: 43rem;
    margin-top: -4rem;
    padding-left: 5rem;
    margin-right: 5rem;
}

.ombryghuset{
    display: flex;
}


.nyhedsbrev h2 {
    margin-right: 80px;
}