/* =================================
   Global styles
   ================================= */
body {
    font-family: 'IBM Plex Sans', 'IBM Plex Serif', sans-serif;
    margin: 0;
    padding: 0;
}

/* =================================
   Hero section styling
   ================================= */
.hero {
    height: 100vh;
    background: url('/_CDN/background.png') no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;    
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    padding: 40px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.colorized-icon {
  filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(180deg) brightness(105%) contrast(105%);
  width: 50px;
  height: 50px;
}   

.container {
    max-width: 720px !important;
}
