@charset "utf-8";

body {
		background-color: #3E1E00;
		line-height: 1.3;
	}

	html {
		font-size: 16px !important;
		text-rendering: optimizeLegibility; 
		font-family: "Times New Roman";
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	h1, h2, h3, h4, h5, h6 {
		text-wrap: balance;
	}

	img {
		max-width: 100%;
		object-fit: contain;
        height: auto;
	}


	p, li {
		text-wrap: pretty;
	}

	.txt-dec-none {
		text-decoration: none;
	}

.container {
    margin: 0 auto;
    align-items: center;
    max-width: 1800px;
}
