table,td, tr {
    color: white;
    border: 1px solid;
    position: relative;
    top: 20px;
    width: 60vw;
    
}

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

}



#imgdiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

#tablediv{
    background-color: black;
    display: flex;
    
    align-items: baseline;
    justify-content: center;
    
    
    height: 100vw;
}

img {
    width: 20%;
    
    height: 20%;
}

h1{
    color: white;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.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;
}