html, body {
	height:100%;	
}
body {
font-family:"Poppins", Helvetica, Arial, sans-serif; 
	font-size:1.385rem;
	line-height:2rem;
	margin:0;
	background-color:#fff;
	color:#000;
	-webkit-font-smoothing: antialiased !important;
}

body .container {
   display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;

  .languages {
  	display: flex;
  	gap: 8px;
  	justify-content: flex-end;
  }
  h1, h2,  h3, h4 {
    overflow-wrap: break-word;
  }

  table, th, td {
  	border: 1px solid black;
  	border-collapse: collapse;
  	padding: 8px;
	}
	.footer {
		padding: 16px;
		text-align: center;
	}
}
