body{
    background-color: gray;
    padding: 15px;
    font-family: 'Signika Negative', sans-serif;
    font-family: 'Kanit', sans-serif;
}


.header_container{
    background-color: lightgray;
    width: 100%;
    display: flex;
    justify-content: top;
    align-items: center;
}


.tekst{
    color: black;
    flex: 2;
    align-items: center;
    justify-content: center;
    background-color: 
    lightgray;
    text-align: center;
}

.containers{
    padding: 15px;
    margin: 15px;
}

a{
    background-color: 
    lightgray;
    color: black;
    padding: 14px 25px;
    
}

.left{
    justify-content: left;
    flex: 3;
    display: flex;
    
}