.nav {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: red;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #ff0000;
}

.navbar-brand {
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: red;
}

.rounded-corners {
    border-radius: 10px;
    overflow: hidden;
}
.img-bg {
    background-image: url('bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 1rem;
}

.skills {
    max-width: 68.75rem;
    margin: auto;
    text-align: center;
    margin-top: 2.5rem;
    padding: 0;
}

.icon {
    width: 11.875rem;
    height: 11.25rem;
    padding: 10px;
    margin: 0;
    font-size: 16px;
}
h2 {
    padding-bottom: 10px;
}
.justify-text {
    text-align: justify;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: red;
}
.form {
    width: 40%;
    margin-top: 12%;
}
.size {
    width: 50%;
}
.alignment {
    margin-top: 25%;
}

@media (max-width: 1199.98px) {
    .size {
        width: 100%;
    }

    .form {
        width: 100%;
        margin-top: 25%;
    }
    .header {
        font-size: 1rem;
    }

    .icon {
        width: 8.875rem;
        height: 8.25rem;
    }
    .alignment {
        margin-top: 15%;
    }
}

.header {
    padding-bottom: 15px;
    color: #fff;
    font-family: "poppins-semibold", sans-serif;
    position: relative;
    display: inline-block;
    margin: 0;
}
.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: red;
    border-radius: 10px;
}

