body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.nav-links {
    position: absolute;
    top: 20px;
    right: 50px;
}

.nav-links a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}

.main-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url("https://www.scmlogistica.es/wp-content/uploads/tipos-almacenes-mas-habituales.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.content {
    text-align: center;
    z-index: 1;
}

h1 {
    font-size: 4rem;
}

.lead {
    font-size: 1.25rem;
}

.btn-light {
    background-color: rgba(255, 183, 77);
    color: rgb(0, 0, 0);
    padding: 12px 30px;
    font-size: 1.25rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-light:hover {
    background-color: rgba(255, 183, 77);
    color: rgb(0, 0, 0);
    transition: 0.3s;
}

footer {
    background-color: #343a40;
}

footer p {
    margin: 0;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.col-md-6 {
    margin-bottom: 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

h2.h4 {
    font-size: 2rem;
    margin-bottom: 20px;
}
