
header {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    background-color: #ffffff;
    
}

header .navbar {
   border-bottom: 2px solid #000000;
   color: #000000;
}

main {
    margin-top: 85px;
}
