/* Background image and styling */
body {
/*    background-image: url('../img/bg.jpg');*/
background-color: #000;
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    font-family: Arial, sans-serif;
}
.overlay {
/*    background-color: rgba(0, 0, 0, 0.1);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-text {
    font-size: 3rem;
    font-weight: bold;
}
.hero-subtext {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.btn-primary {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;
}
.soluflez {
    font-size: .8rem;
}
.soluflez a {
    font-size: .8rem;
    color: inherit;
}