body
{
    position: relative;
}

.cv
{
	background-color: lightskyblue;
	padding-top: 100px;
	padding-bottom: 100px;
}

.research
{
	background-color: #A4D555;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact
{
	background-color: lightskyblue;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cv-link
{
	font-size: 14px;
}

.research-publications-list
{
	list-style: none;
}

.notification
{
	position: fixed;
	top: auto;
	background-color: rgba(214, 214, 214, 0.705);
}

.notification-info-icon
{
	margin-right: 10px;
}