body{
    background-image: url(img/help.jpg);
    font-family: 'Chivo', sans-serif;
}

.header_container{
    background-image: url(img/eek.gif);
    
    width: 100%;
    display: flex;
    justify-content: top;
    align-items: center;
}

.header_logo1{
    width: auto;
    padding: 15px;
    flex: 0;
}

.header_logo2{
    width: auto;
    text-align: right;
    padding: 15px;
    flex: 0;
}

.tekst{
    color: white;
    flex: 2;
    align-items: center;
    justify-content: center;
    background-color: 
    #02055A;
    text-align: center;
}

.footer{
    background-image: url(img/oj.gif);
    flex: auto;
    
}

.footer_image{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.footer_name{
    text-align: center;
    width: 100%;
    color: white;
    margin-top: 20px;

}

a{
  background-color: 
  #02055A;
  color: white;
  padding: 14px 25px;
 
  text-align: center;
  text-decoration: dotted;
  display: block;
  
}

a:hover{
    color: white
}

a:visited{
    color: #B0DBF1;
}

.links-container{
    text-align: center;
    align-items: center;
}

