/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 28 de jun. de 2024, 14:41:30
    Author     : ekuhn
*/
.navbr{
    background-color: black;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.imglogo{
    width: 96rem;
    margin-left: 1rem;
}
.navbar-nav-header{
    align-items: flex-end;
}
body{
    background-color: #f8f9fa;
}
