﻿body {
}

.grid {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 60%;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

.tekstgedeelte {
    grid-column: 4 / span 2;
    grid-row: 1/span 5;
    align-self: start;
}



.B {
    grid-column: 1/span 3;
    grid-row: 1/ span 4;
    z-index: 1;
    align-self: start;
}




.E {
    grid-column: 2 / span 3;
    grid-row: 3 / span 3;
    z-index: 5;
    justify-self: center;
    align-self: center;
}


.containerx {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.tekstexpositei {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: center !important;
}

.tekstexpositeiLL {
    font-family: Lucida Console;
    color: white;
    text-align: center !important;
}


.Lg14 {
    font-size: 14px;
}

.Lg20 {
    font-size: 20px;
}

.Lg25 {
    font-size: 25px;
}

.Lg30 {
    font-size: 30px;
}

.LL {
    font-family: 'Yu Gothic';
}
