   html {
      scroll-behavior: smooth;
    }
	
	.logo-container{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		gap:20px;
	}

	.box{
		width:150px;		
		text-align:center;
	}

	.piclogo{
		max-width:100%;
		height:90px;
		object-fit:contain;
	}	
 
	.about_title {
			font-size: 28px;
			font-weight: bold;
			color: #1e3a8a;
	}
	
	.product_title {
			font-size: 28px;
			font-weight: bold;
			color: #1e3a8a;
	}	
	
	.contact {
		padding: 30px 0;
	}

	.contact_title {
		font-size: 28px;
		font-weight: bold;
		color: #1e3a8a;
	}

	.contact_address {
		margin: 15px 0;
		color: #555;
	}

	.contact_items {
		list-style: none;
		padding: 0;
	}

	.contact_link {
		display: flex;
		align-items: center;
		gap: 10px;
		color: #333;
		text-decoration: none;
	}		
	
	.simulation_title {
		font-size: 28px;
		font-weight: bold;
		color: #1e3a8a;
	}

	.result-box {
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 2px;
		background-color: #1e3a8a;
		overflow-y: auto; /* Adds a scrollbar if content overflows */
		box-sizing: border-box;
		font-family: Arial, sans-serif;
		color: #fff;
	}

	.card-header {
		background-color: #1e3a8a;
		background-size: cover;
		color: white;
	}	