body {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
	padding-bottom: calc(60px + env(safe-area-inset-bottom));
}

.logo {
	margin-top: 3px;
	width: 100px;
}

.back {
	width: fit-content;
	border-radius: 100%;
	background-color: rgb(76, 84, 215, 0.2);
	margin-top: 75px;
	margin-left: 3%;
	display: flex;
	color: white;
	align-items: center;
	justify-content: center;
	padding: 8px 9px 8px 7px;
	backdrop-filter: blur(2px);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

h1 {
	color: #4C54D7;
	margin: 10px 3% 0px 3%;
	font-family: "poppins";
	font-size: 18px;
	font-weight: bolder;
}

.last {
	font-size: 12px;
	color: rgb(65, 65, 65, 0.8);
	margin: 0;
	margin-left: 3%;
	font-family: "poppins";

}

h2 {
	font-family: "poppins";
	font-size: 16px;
	color: #414141;
	margin: 20px 3% 2px 3%;
}

.summaryline {
	font-family: "poppins";
	font-size: 12px;
	margin: 0 3%;
	color: rgb(65, 65, 65, 0.8);
}