@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins';
    background-color: rgba(0, 0, 0, .9);
    overflow-x: hidden;
}

#bgTransparanRubik1 {
    position: absolute;
    width: 80%;
    z-index: -1;
}

.navbar {
    background-color: #000 !important;
}

.navbar .nav-link {
    color: white !important;
}

.navbar-glass {
    background-color: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(10px);
    transition: background-color 0.3s ease;
}

#contact .cardContact {
    border: 3px solid white;
    border-radius: 20px;
}

.cardContact label {
    color: white;
    margin-top: 10px;
}

#theOffice {
    margin-top: 50px;
}

@media(max-width: 425px) {
    #theOffice {
        margin-top: -30px;
    }
}