/* Enlarge the KIT logos by 20% */
#lightlogo,
#darklogo {
  height: 4rem !important; /* override inline style */
  width: auto !important;    /* maintain aspect ratio */
}

.header {
  align-items: center;       /* vertical centering */
}

/* Make text 10% smaller */
.header-text {
  display: flex;
  font-size: 90%;            /* 10% smaller than the default size */
  line-height: 1;            /* tidy vertical alignment */
}

/* Change colors */
a {
  color: #DA1225; 
}

#send-button {
  background-color: #DA1225;  
  border-color: #DA1225;      
  color: white;          
}

.message.user {
  background: #DA1225;  
  background-color: #DA1225;
  border-color: #DA1225;     
  color: white;            
}