body{
    background-color: #41FF6B1A;
}

.navbar{
    display: flex;
}

.navbar-title{
    font-weight: bold;
    color: #006747;
}

.navbar-right{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.banner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-title{
    font-weight: bold;
    font-size: 1.5rem;
}

.call-entry {
  padding: 12px;
  border-radius: 8px;          
  background-color: #f9fafb;   
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;          
}

.call-entry .details {
  display: flex;
  flex-direction: column;
}

.call-entry .details .name {
  font-weight: bold;           
}

.call-entry .details .number {
  font-size: 14px;
  color: #4b5563;        
}