  .form-control { 
        background: transparent; 
        border: none; 
        border-bottom: 1.5px solid #000; 
        border-radius: 0; 
        padding: 15px 0; 
        font-family: 'Courier Prime', monospace;
    }
    .form-control:focus { background: transparent; box-shadow: none; border-color: var(--dark-olive); }
    
    .btn-dark-custom { 
        background-color: var(--dark-olive); 
        color: white; 
        border: none; 
        border-radius: 0; 
        width: 100%; 
        padding: 15px; 
        text-transform: uppercase; 
        font-family: 'Inter', sans-serif; 
        font-weight: 900; 
        margin-top: 40px;
    }
     .project-img-side { width: 100%; height: auto; margin-top: 40px; }

.contained-img { width: 100%; height: 400px; object-fit: cover; display: block; margin-top: 40px; } 