.logo img{
	/*float: right;*/
	position: absolute;
	top: 88%;
	left: 88%;
	width: 150px;
	height: auto;
}

body
{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-family: Century Gothic;
	//background-image:linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%), url(../uwo.jpg);
	background-image:linear-gradient(to bottom, #A33DC5, #E7D8EC);
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.main{
	position: absolute;
	top: 2%;
	left: 40%;
	max-width: 2000px;
	margin: auto;
}

.main .ul{
	float: right;
	list-style-type: none;
	margin-top: 5px;
}

ul li{
	display: inline-block;
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #fff;
	transition: 1s ease;
}

ul li a:hover{
	background-color: #fff;
	color: #A28EA8;
}

ul li.active a{
	background-color: #fff;
	color: #A28EA8;	
}

.theses{
	position: absolute;
	top: 14%;
	left: 6%;
}
.theses h2{
	color: #fff;
	font-size: 30px;
}

.theses_container
{
	position: absolute;
	top: 23%;
	left: 3%;
	max-width: 1100px;
	margin-right: 30px;
	display: flex;
	text-align: justify;
	justify-content: space-between;
}

#theses_topics li{
	margin: 0 0 7px 0;
	font-family: Century Gothic;
	color: #000;
	font-size: 18px;
}

#theses_topics li a{
	text-decoration: none;
	color: #000;
	padding: 0px 5px;
	border: 0px;
	transition: 0.6s ease-out;
}

#theses_topics li a:hover{
	color: #00bcd4;
	background-color: transparent;
}

.papers{
	position: absolute;
	top: 37%;
	left: 6%;
}
.papers h2{
	color: #fff;
	font-size: 30px;
}

.papers_container
{
	position: absolute;
	top: 45%;
	left: 4%;
	max-width: 1100px;
	margin-right: 30px;
	display: flex;
	text-align: justify;
	justify-content: space-between;
}

ol li{
	text-decoration: none;
	color: #000;
	padding: 5px 20px;
	font-size: 18px;
}

#papers_topics li{
	margin: 0 0 7px 0;
	font-family: Century Gothic;
	color: #000;
	font-size: 18px;
}

#papers_topics li a{
	color: #000;
	padding: 0px 5px;
	border: 0px;
	transition: 0.6s ease-out;
}

#papers_topics li a:hover{
	color: #00bcd4;
	background-color: transparent;
}