html {
    background-color: #505050;
    font-family: Arial, Helvetica, sans-serif;
    
}

/* body {
    background-color: rgb(40,40,40);
    color: rgb(151,151,151);
    
} */

.bracketeer-header {
    background-image: url('/assets/img/gears-4188632_1920.jpg');
    padding-bottom: 0;
}

.bracketeer-header img {
    max-width: 100%;
    height: auto;
}

.custom-icon {
    width: 74px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    display: block;
    margin: 0 auto; /* Center the image if needed */
  }
  
.specialisation{
    padding-top: 10;
}