@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
	/*background-image: url("/projetIsa/document/baground.jpg");*/
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: cover;

	background-attachment: fixed;

	overflow-y: scroll;

	display: flex;
	justify-content: center;

	align-items: center;

	padding: 0;
	/*font-family: 'Pacifico', cursive;*/
}

content {
	background-color: white;
	/*margin: 20px;*/
	/*margin-right: 5%;*/
	/*margin-left: 5%;*/
	margin: 0;
	padding: 10px;
	width: calc(100% - 20px);
	/*max-width: 1000px;*/
	/*height: 1500px;*/
	/*min-height: 1500px;*/

	/*border-radius: 5px;*/
}

h1 {
	padding-right: 5%;
	font-size: 20px;
}

.icon {
	width: 17px;
	height: 17px;
	vertical-align: middle;
}

.main-wrapper {
	display: flex;
}