@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');

::selection {
	background-color: #333333;
	color: #fff;
}

.header {
	text-align: center;
}

.header > img {
	width: 200px;
	margin-top: 50pt;
}

.header > img:hover {
	cursor: pointer;
}

.main-text {
	padding-top: 20pt;
	font-family: 'Akaya Telivigala', cursive;
	font-size: 33px;
}

.title-header {
	padding-top: 20pt;
	font-family: 'Poppins', cursive;
	font-size: 23px;
	font-weight: 800;
}

.atualização {
	text-align: center;
}

.terms-content > li {
	font-family: 'Poppins', cursive;
	font-size: 18px;
	max-width: 600pt;
}

.title-content-terms {
	padding-top: 20pt;
	font-family: 'Poppins', cursive;
	font-size: 23px;
	font-weight: 500;
}

.list-container {
	margin-bottom: 150px;
}

.warning {
	padding-top: 20pt;
	font-family: 'Poppins', cursive;
	font-size: 18px;
}

.lastatt {
	font-family: 'Poppins', cursive;
	font-size: 18px;
}
