body {
    background-color: rgb(35, 1, 1);
    color: white;
    font-size: 18px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navbar {
    color:  white;
    background-color: rgb(35, 1, 1); 
    font-family: 'Steamflix Montserrat', sans-serif;
}

.navbar .dropdown-menu {
    background-color: rgb(35, 1, 1); 
    border: none;
}

.navbar .dropdown-item {
    color:  white;
    border: none;
}

.navbar .dropdown-item:hover {
    background-color: #ffffff; 
    color:  rgb(84, 0, 0);
    transform: scale(1.1);
}

.video {
    width: 100%;
}

.video video {
    width: 100%;  
} 

.col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-imgs img, .card img {
    transition: transform 0.2s ease-out; 
    box-shadow: 5px 5px 20px rgb(79, 79, 79);
}

.container-imgs img:hover, .card img:hover {
    transform: scale(1.0); 
}

.card {
    background-color: rgb(42, 4, 4);
    color: white;
    font-size: 15px;
}

.btnProjects {
    background-color: rgb(32, 32, 32);
    color: white;
    font-weight: bold;
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 50px;
}

.btnProjects:hover {
    background-color: #282626;
    color: #d9dac8;
}
