html, body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a !important;
    color: white;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
}

.navbar {
    background-color: #202020;
}

.navbar-brand {
    font-weight: bold;
}

.container {
    max-width: 800px;
    margin-top: 20px;
}

.social-icons img {
    width: 50px;
    margin: 0 10px;
}

.cv-buttons .btn {
    margin: 10px;
}

.project-img {
    max-height: 200px;
    object-fit: cover;
    cursor: pointer;
}

.project-card {
    background-color: #202020;
}

.carousel-item img {
    max-height: 80vh;
    width: auto;
    margin: auto;
    object-fit: contain;
}

.extra-margin-bottom {
    margin-bottom: 60px; /* Extra bottom margin for the last project */
}

