img#img_logo{
    width: 75px;
    height: 75px;
    margin: 0;
} 

body {
    margin: 0;
    padding: 0; 
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.web_template_content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; 
    box-sizing: border-box;
}
 
label#title_da{
    font-family: 'Inter';
}

div.footer p.text-2xl.font-bold{
    font-family: 'Inter';
}