/* Body styling */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    padding: 20px;
  }

/* Header styling */
h1 {
    font-size: 28px;
    font-weight: bold;
    color: #811e1e;
}

#brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#brand-logo img{
    width:50px;
    height:50px;
}

#brand-logo .little-logo-gap {
    
}