.main {
  margin-left: 16%;
  /* Same as the width of the sidebar */
  margin-right: 24%;
  margin-top: 1.5%;
  padding-top: 1%;
  margin-bottom: 8%;
  border-top: solid black 1px;
}

.main {
 	font-size: 150%;
  color: #333333;
}

.main a{
	text-decoration: none;
	color: #595959;
}

.main a:hover{
  color: #c0c0c0;
}

.mentions {
  margin-left: 16%; /* Same as the width of the sidebar */
  margin-right: 30%;
  margin-top: 5%;
  padding: 0%;
}

.mentions h2{
	font-size: 200%;
	margin-left: 0.1%;
}

.mentions p{
	font-size: 140%;
}

@media screen and (max-width:600px) {
  .mentions{padding-top: 8%;}
  .mentions{font-size: 80%;}
  .main {font-size: 90%;}
}