body {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
}

.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% 20px 3%;
	font-family: "poppins";
	font-size: 18px;
	font-weight: bolder;
}

.homelogo {
	width: 90%;
	display: block;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.message {
	background-color: white;
	padding: 8px 10px;
	width: 96%;
	border-radius: 12px;
	box-sizing: border-box;
	display: block;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	backdrop-filter: blur(2px);
}

.container {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	flex-direction: row;
}

.msg-img {
	width: 45px;
	height: 45px;
	background-color: rgb(189, 189, 189, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.title {
	color: #414141;
	font-family: "poppins";
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

.link {
	color: #4C54D7;
	font-family: "poppins";
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #bdbdbd;
	width: 100%;
	font-weight: 700;
	display: block
}

.sub-title {
	color: rgb(189, 189, 189, 0.5);
	font-family: "poppins";
	font-size: 11px;
	margin: 0px;
}