<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.main_body {
	padding-top: 20px;
	/* padding-bottom: 50px; */
	height: 100%;
    overflow: auto;
}

.publications_abstract{
	padding-top: 10px;
}

.card_title{
	padding-top: 20px;
}

#profile_pic{
	border-radius: 100px;
	width: 150px;
	padding: 10px;
}


.full_page{
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 50px;
}</pre></body></html>