@import '/Colors.css';
@import '/Fonts.css';

/* Styling af brødteksten */
.baggrund-tekst {
    font-size: 1rem;
    font-family: Inter-light;
    color: var(--mørkeblå);
    margin-left: 8vw;
    line-height: 1.8;
    max-width: 80%;
    
}

/* Kolonner */
#små-tekstbokse {
    display: flex;
    flex-wrap: wrap;  
}

#små-tekstbokse p {
    max-width: calc(200px + 20vw);
    padding-bottom: 1rem;
}
