table {
    color: white;
    border: 1px solid;
    border-collapse: collapse;
    box-sizing: border-box;
    transform: translateY(20px);
    
    width: 60vw;
    
}

tr,td{
    border: 1px solid;
    padding: 6.7px;
}

#Header {
    width: 100%;
    height: fit-content;
    background-color: #142d4c;
    display: flex;
    justify-content: center;   

}

#headertxt {
    color:#9fd3c7;
}

.infotext {
    color: #ececec;
}

.bodydiv {
    gap: 0;
    width: 25%;
    height: 100%;
    background-color: #385170;
}

.bodydiv p {
    color:#ececec

}

#tablediv{
    background-color: #142d4c;
    display: flex;
    
    align-items: baseline;
    justify-content: center;
    
    
    height: 130%;
}

#kontaktoverskrift {
    font-weight: bold;
}
figure {
    gap: 0;
    padding: 0;
    margin: 0;
}

a{
    color:#9fd3c7;
}


.bodyimgparent img{
    width: 160%;
}

.bodyimgparent{
    gap: 0;
    height: 300px;
    display: flex;
    overflow: hidden;
}

h1{
    color: white;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: grid;
    margin: 0;
    padding: 0;
}

.TTitles{
    background-color: blueviolet;
}

.Konseptutv{
    background-color: cornflowerblue;
}

.Engelsk{
    background-color: deeppink;
}

.YFF{
    background-color:olivedrab;
}

.Fri{
    background-color:slateblue;
}

.Prod{
    background-color: violet;
}

.P-Y{
    background-color: darkcyan;
}

.Gym{
    background-color:brown;
}

.Naturfag{
    background-color:darkmagenta;
}

.Teknologiforståelse{
    background-color:forestgreen;
}