.fab-icon {
    position: absolute;
    top: 18%;
    right: 13%;
}

.floating {
    position: fixed;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
    z-index: 100;
    transition: ease .3s;
    text-decoration: none;
}

.floating:hover {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

.i-fb {
    background-color: #1877F2;
    bottom: 470px;
    right: 16px;
    font-size: 25px;
}

.i-tt {
    background-color: #181818;
    bottom: 370px;
    right: 16px;
    font-size: 25px;
}

.i-wa {
    background-color: #0cc143;
    bottom: 150px;
    right: 16px;
    font-size: 25px;
}


.i-ig {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    bottom: 420px;
    right: 16px;
    font-size: 25px;
}

.i-rn {
    /* background-color: #ff2b2b; */
    bottom: 330px;
    right: 16px;
    font-size: 25px;
}

/* uwu */
@media (min-width: 576px) {
    .container-fluid {
        padding-left: 3%;
        padding-right: 3%;
    }
}

#footer {
    margin-top: 0 !important;
}

.uwu-text-white {
    color: white;
}

.uwu-link {
    color: white !important;
    transition: color 0.3s ease;
}
.uwu-link:hover {
    color: goldenrod !important;
}

.uwu-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
