.header-row{
 display: flex;
 align-items: center;
}
.container{
    width: 1320px;
}
#menu {
    background-color: #B20000;
    background-image: linear-gradient(to bottom, #B20000, #B20000);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

.number-style {
  font-size: 34px; /* Size of the number */
  font-weight: bold; /* Make the number bold */
  color: #4CAF50; /* Color of the number */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Add a shadow effect */
}