
        .portfolio {
            text-align: center;
    
        
        }

        .portfolio_kategoria {
            text-align: center;
            font-size: 120%;	
	        padding: 0.20em;	
	        margin-bottom: 0.50em;	
            background-color: #15476d;  

        }

        .portfolio h2 {
           
            font-size: 120%;	
	        padding: 0.20em;	
	        margin-bottom: 0.50em;	
            background-color: #15476d;         
        }

        .project {
            width: 80%;
            max-width: 100%;
            min-height: 600px;
            border: 2px solid #ccc;
            padding: 20px;
            margin-bottom: 40px;
            text-align: center;
            background: #f9f9f9;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        
            margin-left: auto;
            margin-right: auto;
        }

        .project a {
           
            color: black;

        }

        .project a:hover {

            color: red;

        }

        .project img {
            width: 100%;
            height: auto;
            max-width: 800px;
            min-height: 400px;
            object-fit: cover;
            border-radius: 5px;
        }
        .project h3 {
            margin-top: 15px;
            font-size: 24px;
        }
        .project p {
            font-size: 16px;
            color: #555;
        }