.parquee-background {
    display: flex; 
    align-items: center; 
    background-color: #003366;
}

.parquee-button {
    background-color: #003366; 
    border-left: 1px solid white; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.text-white {
    color: white;
}