* {
    margin: 0;
    padding: 0;
    font-family: "Trirong", serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("images/2861a796e2ef60bba3531c553afed2edb814552c-1600x900 (1).jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.titel{
    color: #f44336
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;

}

.navlinks{
    flex: 1;
    text-align: right;

}

.navlinks ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;

}

.navlinks ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;

}

.navlinks ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.navlinks ul li:hover::after{
    width: 100%;
}
.pc{
    width: 250px;
    height: 250px;
}
.ideen{
    width: 400px;
    height: 400px;
}
.val{
    width: 250px;
    height: 250px;
}
.radiant{
    width: 250px;
    height: 250px;
}
.tekst1{
    color: white;
    width: 250px;
}

.tekst2{
    color: white;
    width: 250px;
}
.tekst3{
    color: white;
    width: 250px;
    text-align: center;
    margin-top: 10px;

}
.tekst4{
    color: white;
    width: 400px;
}
.tekstogbilleder{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 300px;
}
.billed3{
    display: flex;
    flex-direction: column;
    align-items: center;

}

